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