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