|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleemail.model.ListIdentitiesResult
public class ListIdentitiesResult
Represents a list of all verified identities for the AWS Account.
| Constructor Summary | |
|---|---|
ListIdentitiesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<String> |
getIdentities()
A list of identities. |
String |
getNextToken()
The token used for pagination. |
int |
hashCode()
|
void |
setIdentities(Collection<String> identities)
A list of identities. |
void |
setNextToken(String nextToken)
The token used for pagination. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListIdentitiesResult |
withIdentities(Collection<String> identities)
A list of identities. |
ListIdentitiesResult |
withIdentities(String... identities)
A list of identities. |
ListIdentitiesResult |
withNextToken(String nextToken)
The token used for pagination. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListIdentitiesResult()
| Method Detail |
|---|
public List<String> getIdentities()
public void setIdentities(Collection<String> identities)
identities - A list of identities.public ListIdentitiesResult withIdentities(String... identities)
Returns a reference to this object so that method calls can be chained together.
identities - A list of identities.
public ListIdentitiesResult withIdentities(Collection<String> identities)
Returns a reference to this object so that method calls can be chained together.
identities - A list of identities.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The token used for pagination.public ListIdentitiesResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The token used for pagination.
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 | ||||||