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