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