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