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