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