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