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