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