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