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