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