Class CreateDomainRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.transform.CreateDomainRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateDomainRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateDomainRequestMarshaller extends Object implements Marshaller<CreateDomainRequest>
CreateDomainRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description CreateDomainRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(CreateDomainRequest createDomainRequest)
-
-
-
Constructor Detail
-
CreateDomainRequestMarshaller
public CreateDomainRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateDomainRequest createDomainRequest)
- Specified by:
marshall
in interfaceMarshaller<CreateDomainRequest>
-
-