public class SetIdentityNotificationTopicRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SetIdentityNotificationTopicRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetIdentityNotificationTopicRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getIdentity()
The identity for which the Amazon SNS topic will be set.
|
String |
getNotificationType()
The type of notifications that will be published to the specified Amazon
SNS topic.
|
String |
getSnsTopic()
The Amazon Resource Name (ARN) of the Amazon SNS topic.
|
int |
hashCode() |
void |
setIdentity(String identity)
The identity for which the Amazon SNS topic will be set.
|
void |
setNotificationType(NotificationType notificationType)
The type of notifications that will be published to the specified Amazon
SNS topic.
|
void |
setNotificationType(String notificationType)
The type of notifications that will be published to the specified Amazon
SNS topic.
|
void |
setSnsTopic(String snsTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetIdentityNotificationTopicRequest |
withIdentity(String identity)
The identity for which the Amazon SNS topic will be set.
|
SetIdentityNotificationTopicRequest |
withNotificationType(NotificationType notificationType)
The type of notifications that will be published to the specified Amazon
SNS topic.
|
SetIdentityNotificationTopicRequest |
withNotificationType(String notificationType)
The type of notifications that will be published to the specified Amazon
SNS topic.
|
SetIdentityNotificationTopicRequest |
withSnsTopic(String snsTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIdentity(String identity)
The identity for which the Amazon SNS topic will be set. You can specify
an identity by using its name or by using its Amazon Resource Name (ARN).
Examples: [email protected], example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
identity - The identity for which the Amazon SNS topic will be set. You can
specify an identity by using its name or by using its Amazon
Resource Name (ARN). Examples: [email protected],
example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.public String getIdentity()
The identity for which the Amazon SNS topic will be set. You can specify
an identity by using its name or by using its Amazon Resource Name (ARN).
Examples: [email protected], example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
[email protected],
example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.public SetIdentityNotificationTopicRequest withIdentity(String identity)
The identity for which the Amazon SNS topic will be set. You can specify
an identity by using its name or by using its Amazon Resource Name (ARN).
Examples: [email protected], example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
identity - The identity for which the Amazon SNS topic will be set. You can
specify an identity by using its name or by using its Amazon
Resource Name (ARN). Examples: [email protected],
example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.public void setNotificationType(String notificationType)
The type of notifications that will be published to the specified Amazon SNS topic.
notificationType - The type of notifications that will be published to the specified
Amazon SNS topic.NotificationTypepublic String getNotificationType()
The type of notifications that will be published to the specified Amazon SNS topic.
NotificationTypepublic SetIdentityNotificationTopicRequest withNotificationType(String notificationType)
The type of notifications that will be published to the specified Amazon SNS topic.
notificationType - The type of notifications that will be published to the specified
Amazon SNS topic.NotificationTypepublic void setNotificationType(NotificationType notificationType)
The type of notifications that will be published to the specified Amazon SNS topic.
notificationType - The type of notifications that will be published to the specified
Amazon SNS topic.NotificationTypepublic SetIdentityNotificationTopicRequest withNotificationType(NotificationType notificationType)
The type of notifications that will be published to the specified Amazon SNS topic.
notificationType - The type of notifications that will be published to the specified
Amazon SNS topic.NotificationTypepublic void setSnsTopic(String snsTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter
is omitted from the request or a null value is passed,
SnsTopic is cleared and publishing is disabled.
snsTopic - The Amazon Resource Name (ARN) of the Amazon SNS topic. If the
parameter is omitted from the request or a null value is passed,
SnsTopic is cleared and publishing is disabled.public String getSnsTopic()
The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter
is omitted from the request or a null value is passed,
SnsTopic is cleared and publishing is disabled.
SnsTopic is cleared and publishing is disabled.public SetIdentityNotificationTopicRequest withSnsTopic(String snsTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter
is omitted from the request or a null value is passed,
SnsTopic is cleared and publishing is disabled.
snsTopic - The Amazon Resource Name (ARN) of the Amazon SNS topic. If the
parameter is omitted from the request or a null value is passed,
SnsTopic is cleared and publishing is disabled.public String toString()
toString in class ObjectObject.toString()public SetIdentityNotificationTopicRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.