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