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