Class DescribeDocumentRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ssm.transform.DescribeDocumentRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeDocumentRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeDocumentRequestMarshaller
extends Object
implements Marshaller<DescribeDocumentRequest>
DescribeDocumentRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDescribeDocumentRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeDocumentRequest describeDocumentRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeDocumentRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeDocumentRequest>
- Parameters:
- describeDocumentRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-