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