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