Class ModifyDbParameterGroupRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.rds.transform.ModifyDbParameterGroupRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ModifyDbParameterGroupRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ModifyDbParameterGroupRequestMarshaller
extends Object
implements Marshaller<ModifyDbParameterGroupRequest>
ModifyDbParameterGroupRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionModifyDbParameterGroupRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ModifyDbParameterGroupRequest modifyDbParameterGroupRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ModifyDbParameterGroupRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ModifyDbParameterGroupRequest>
- Parameters:
- modifyDbParameterGroupRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-