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