Class CreateMlInputChannelRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cleanroomsml.transform.CreateMlInputChannelRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateMlInputChannelRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateMlInputChannelRequestMarshaller
extends Object
implements Marshaller<CreateMlInputChannelRequest>
CreateMlInputChannelRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionCreateMlInputChannelRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateMlInputChannelRequest createMlInputChannelRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CreateMlInputChannelRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateMlInputChannelRequest>- Parameters:
createMlInputChannelRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-