|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleemail.model.GetIdentityNotificationAttributesRequest
public class GetIdentityNotificationAttributesRequest
Container for the parameters to the GetIdentityNotificationAttributes operation.
Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes. For more information about feedback notification, see the Amazon SES Developer Guide .
AmazonSimpleEmailService.getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest)| Constructor Summary | |
|---|---|
GetIdentityNotificationAttributesRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetIdentityNotificationAttributesRequest()
| Method Detail |
|---|
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 int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||