public class GetIdentityNotificationAttributesRequest extends AmazonWebServiceRequest implements java.io.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 feedback notification, see the Amazon SES Developer Guide .
| Constructor and Description |
|---|
GetIdentityNotificationAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getIdentities()
A list of one or more identities.
|
int |
hashCode() |
void |
setIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityNotificationAttributesRequest |
withIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities.
|
GetIdentityNotificationAttributesRequest |
withIdentities(java.lang.String... identities)
A list of one or more identities.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic GetIdentityNotificationAttributesRequest()
public java.util.List<java.lang.String> getIdentities()
public void setIdentities(java.util.Collection<java.lang.String> identities)
identities - A list of one or more identities.public GetIdentityNotificationAttributesRequest withIdentities(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object