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