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