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