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