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