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