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