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