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