Class CreateMlInputChannelRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cleanroomsml.transform.CreateMlInputChannelRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateMlInputChannelRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateMlInputChannelRequest>
- Parameters:
createMlInputChannelRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-