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