@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetIdentityNotificationTopicRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce, complaint, or delivery notifications for emails sent with that identity as the Source. For information about Amazon SES notifications, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
SetIdentityNotificationTopicRequest() |
Modifier and Type | Method and Description |
---|---|
SetIdentityNotificationTopicRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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 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: user@example.com
, 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: user@example.com
, 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: user@example.com
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
user@example.com
,
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: user@example.com
, 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: user@example.com
, 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.NotificationType
public String getNotificationType()
The type of notifications that will be published to the specified Amazon SNS topic.
NotificationType
public 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.NotificationType
public 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.NotificationType
public 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.NotificationType
public 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 Object
Object.toString()
public SetIdentityNotificationTopicRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.