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