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 SummaryConstructorsConstructorDescriptionCreateMlInputChannelRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateMlInputChannelRequest createMlInputChannelRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateMlInputChannelRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateMlInputChannelRequest>
- Parameters:
- createMlInputChannelRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-