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.
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, copyPrivateRequestParameters, 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)
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.