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