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