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