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