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