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