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