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