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