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