@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEmailIdentitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of all of the identities that you've attempted to verify, regardless of whether or not those identities were successfully verified.
Constructor and Description |
---|
ListEmailIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
ListEmailIdentitiesResult |
clone() |
boolean |
equals(Object obj) |
List<IdentityInfo> |
getEmailIdentities()
An array that includes all of the email identities associated with your Amazon Web Services account.
|
String |
getNextToken()
A token that indicates that there are additional configuration sets to list.
|
int |
hashCode() |
void |
setEmailIdentities(Collection<IdentityInfo> emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
|
void |
setNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list.
|
String |
toString()
Returns a string representation of this object.
|
ListEmailIdentitiesResult |
withEmailIdentities(Collection<IdentityInfo> emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
|
ListEmailIdentitiesResult |
withEmailIdentities(IdentityInfo... emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
|
ListEmailIdentitiesResult |
withNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<IdentityInfo> getEmailIdentities()
An array that includes all of the email identities associated with your Amazon Web Services account.
public void setEmailIdentities(Collection<IdentityInfo> emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
emailIdentities
- An array that includes all of the email identities associated with your Amazon Web Services account.public ListEmailIdentitiesResult withEmailIdentities(IdentityInfo... emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
NOTE: This method appends the values to the existing list (if any). Use
setEmailIdentities(java.util.Collection)
or withEmailIdentities(java.util.Collection)
if you
want to override the existing values.
emailIdentities
- An array that includes all of the email identities associated with your Amazon Web Services account.public ListEmailIdentitiesResult withEmailIdentities(Collection<IdentityInfo> emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
emailIdentities
- An array that includes all of the email identities associated with your Amazon Web Services account.public void setNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list. To view additional configuration
sets, issue another request to ListEmailIdentities
, and pass this token in the
NextToken
parameter.
nextToken
- A token that indicates that there are additional configuration sets to list. To view additional
configuration sets, issue another request to ListEmailIdentities
, and pass this token in the
NextToken
parameter.public String getNextToken()
A token that indicates that there are additional configuration sets to list. To view additional configuration
sets, issue another request to ListEmailIdentities
, and pass this token in the
NextToken
parameter.
ListEmailIdentities
, and pass this token in the
NextToken
parameter.public ListEmailIdentitiesResult withNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list. To view additional configuration
sets, issue another request to ListEmailIdentities
, and pass this token in the
NextToken
parameter.
nextToken
- A token that indicates that there are additional configuration sets to list. To view additional
configuration sets, issue another request to ListEmailIdentities
, and pass this token in the
NextToken
parameter.public String toString()
toString
in class Object
Object.toString()
public ListEmailIdentitiesResult clone()