Class ListIdentitiesResult
java.lang.Object
com.amazonaws.services.simpleemail.model.ListIdentitiesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of identities.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.toString()
Returns a string representation of this object; useful for testing and debugging.withIdentities
(String... identities) A list of identities.withIdentities
(Collection<String> identities) A list of identities.withNextToken
(String nextToken) The token used for pagination.
-
Constructor Details
-
ListIdentitiesResult
public ListIdentitiesResult()
-
-
Method Details
-
getIdentities
A list of identities.
- Returns:
- A list of identities.
-
setIdentities
A list of identities.
- Parameters:
identities
- A list of identities.
-
withIdentities
A list of identities.
NOTE: This method appends the values to the existing list (if any). Use
setIdentities(java.util.Collection)
orwithIdentities(java.util.Collection)
if you want to override the existing values.- Parameters:
identities
- A list of identities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withIdentities
A list of identities.
- Parameters:
identities
- A list of identities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The token used for pagination.
- Parameters:
nextToken
- The token used for pagination.
-
getNextToken
The token used for pagination.
- Returns:
- The token used for pagination.
-
withNextToken
The token used for pagination.
- Parameters:
nextToken
- The token used for pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-