Class CreateGameServerGroupRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.gamelift.transform.CreateGameServerGroupRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateGameServerGroupRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateGameServerGroupRequestMarshaller
extends Object
implements Marshaller<CreateGameServerGroupRequest>
CreateGameServerGroupRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateGameServerGroupRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateGameServerGroupRequest createGameServerGroupRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateGameServerGroupRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateGameServerGroupRequest>
- Parameters:
- createGameServerGroupRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-