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