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