@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 publishes 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 (email address or domain) for the Amazon SNS topic.
|
String |
getNotificationType()
The type of notifications that are 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 (email address or domain) for the Amazon SNS topic.
|
void |
setNotificationType(NotificationType notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
|
void |
setNotificationType(String notificationType)
The type of notifications that are 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.
|
SetIdentityNotificationTopicRequest |
withIdentity(String identity)
The identity (email address or domain) for the Amazon SNS topic.
|
SetIdentityNotificationTopicRequest |
withNotificationType(NotificationType notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
|
SetIdentityNotificationTopicRequest |
withNotificationType(String notificationType)
The type of notifications that are 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 (email address or domain) for the Amazon SNS topic.
You can only specify a verified identity for this parameter.
You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples
are all valid identities: sender@example.com
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
identity
- The identity (email address or domain) for the Amazon SNS topic. You can only specify a verified identity for this parameter.
You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following
examples are all valid identities: sender@example.com
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
public String getIdentity()
The identity (email address or domain) for the Amazon SNS topic.
You can only specify a verified identity for this parameter.
You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples
are all valid identities: sender@example.com
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
You can only specify a verified identity for this parameter.
You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following
examples are all valid identities: sender@example.com
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
public SetIdentityNotificationTopicRequest withIdentity(String identity)
The identity (email address or domain) for the Amazon SNS topic.
You can only specify a verified identity for this parameter.
You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following examples
are all valid identities: sender@example.com
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
identity
- The identity (email address or domain) for the Amazon SNS topic. You can only specify a verified identity for this parameter.
You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following
examples are all valid identities: sender@example.com
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
public void setNotificationType(String notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
notificationType
- The type of notifications that are published to the specified Amazon SNS topic.NotificationType
public String getNotificationType()
The type of notifications that are published to the specified Amazon SNS topic.
NotificationType
public SetIdentityNotificationTopicRequest withNotificationType(String notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
notificationType
- The type of notifications that are published to the specified Amazon SNS topic.NotificationType
public void setNotificationType(NotificationType notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
notificationType
- The type of notifications that are published to the specified Amazon SNS topic.NotificationType
public SetIdentityNotificationTopicRequest withNotificationType(NotificationType notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
notificationType
- The type of notifications that are 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()