public class GetIdentityNotificationAttributesRequest extends 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 .
NOOP| Constructor and Description | 
|---|
| GetIdentityNotificationAttributesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetIdentityNotificationAttributesRequest | clone()Creates a shallow clone of this request. | 
| 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()
public void setIdentities(Collection<String> identities)
identities - A list of one or more identities.public GetIdentityNotificationAttributesRequest withIdentities(String... identities)
 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.public GetIdentityNotificationAttributesRequest withIdentities(Collection<String> identities)
Returns a reference to this object so that method calls can be chained together.
identities - A list of one or more identities.public String toString()
toString in class ObjectObject.toString()public GetIdentityNotificationAttributesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.