public class ListIdentitiesResult extends Object implements Serializable
Represents a list of all verified identities for the AWS Account.
Constructor and Description |
---|
ListIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.