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