public class GetIdentityNotificationAttributesRequest extends AmazonWebServiceRequest implements Serializable
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 |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.