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