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