@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public AddNotificationChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()