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