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