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