com.amazonaws.services.simpleemail.model
Class ListIdentitiesResult

java.lang.Object
  extended by com.amazonaws.services.simpleemail.model.ListIdentitiesResult

public class ListIdentitiesResult
extends Object

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

ListIdentitiesResult

public ListIdentitiesResult()
Method Detail

getIdentities

public List<String> getIdentities()
A list of identities.

Returns:
A list of identities.

setIdentities

public void setIdentities(Collection<String> identities)
A list of identities.

Parameters:
identities - A list of identities.

withIdentities

public ListIdentitiesResult withIdentities(String... identities)
A list of identities.

Returns a reference to this object so that method calls can be chained together.

Parameters:
identities - A list of identities.
Returns:
A reference to this updated object so that method calls can be chained together.

withIdentities

public ListIdentitiesResult withIdentities(Collection<String> identities)
A list of identities.

Returns a reference to this object so that method calls can be chained together.

Parameters:
identities - A list of identities.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
The token used for pagination.

Returns:
The token used for pagination.

setNextToken

public void setNextToken(String nextToken)
The token used for pagination.

Parameters:
nextToken - The token used for pagination.

withNextToken

public ListIdentitiesResult withNextToken(String nextToken)
The token used for pagination.

Returns a reference to this object so that method calls can be chained together.

Parameters:
nextToken - The token used for pagination.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.