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