public class GetIdentityNotificationAttributesRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable
GetIdentityNotificationAttributes operation.
Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.
This action is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide .
| Constructor and Description |
|---|
GetIdentityNotificationAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetIdentityNotificationAttributesRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIdentities()
A list of one or more identities.
|
int |
hashCode() |
void |
setIdentities(Collection<String> identities)
A list of one or more identities.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityNotificationAttributesRequest |
withIdentities(Collection<String> identities)
A list of one or more identities.
|
GetIdentityNotificationAttributesRequest |
withIdentities(String... identities)
A list of one or more identities.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic GetIdentityNotificationAttributesRequest()
public List<String> getIdentities()
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 void setIdentities(Collection<String> identities)
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.identities - A list of one or more identities. 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 GetIdentityNotificationAttributesRequest withIdentities(String... identities)
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
NOTE: This method appends the values to the existing list (if
any). Use setIdentities(java.util.Collection) or withIdentities(java.util.Collection) if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
identities - A list of one or more identities. 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 GetIdentityNotificationAttributesRequest withIdentities(Collection<String> identities)
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
Returns a reference to this object so that method calls can be chained together.
identities - A list of one or more identities. 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 toString()
toString in class ObjectObject.toString()public GetIdentityNotificationAttributesRequest clone()
clone in class com.amazonaws.AmazonWebServiceRequestCopyright © 2015. All rights reserved.