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