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