@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddNotificationChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AddNotificationChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
AddNotificationChannelRequest |
clone() |
boolean |
equals(Object obj) |
NotificationChannelConfig |
getConfig()
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
int |
hashCode() |
void |
setConfig(NotificationChannelConfig config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
String |
toString()
Returns a string representation of this object.
|
AddNotificationChannelRequest |
withConfig(NotificationChannelConfig config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setConfig(NotificationChannelConfig config)
A NotificationChannelConfig object that specifies what type of notification channel to add. The one
supported notification channel is Amazon Simple Notification Service (Amazon SNS).
config - A NotificationChannelConfig object that specifies what type of notification channel to add.
The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).public NotificationChannelConfig getConfig()
A NotificationChannelConfig object that specifies what type of notification channel to add. The one
supported notification channel is Amazon Simple Notification Service (Amazon SNS).
NotificationChannelConfig object that specifies what type of notification channel to add.
The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).public AddNotificationChannelRequest withConfig(NotificationChannelConfig config)
A NotificationChannelConfig object that specifies what type of notification channel to add. The one
supported notification channel is Amazon Simple Notification Service (Amazon SNS).
config - A NotificationChannelConfig object that specifies what type of notification channel to add.
The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).public String toString()
toString in class ObjectObject.toString()public AddNotificationChannelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.