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