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