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