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