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