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. For more information about feedback notification, see the Amazon SES Developer Guide .
| コンストラクタと説明 |
|---|
GetIdentityNotificationAttributesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object