Class ListDomainsResult
java.lang.Object
com.amazonaws.services.simpledb.model.ListDomainsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of domain names that match the expression.An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomains
still available.int
hashCode()
void
setDomainNames
(Collection<String> domainNames) A list of domain names that match the expression.void
setNextToken
(String nextToken) An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomains
still available.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainNames
(String... domainNames) A list of domain names that match the expression.withDomainNames
(Collection<String> domainNames) A list of domain names that match the expression.withNextToken
(String nextToken) An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomains
still available.
-
Constructor Details
-
ListDomainsResult
public ListDomainsResult()
-
-
Method Details
-
getDomainNames
A list of domain names that match the expression.- Returns:
- A list of domain names that match the expression.
-
setDomainNames
A list of domain names that match the expression.- Parameters:
domainNames
- A list of domain names that match the expression.
-
withDomainNames
A list of domain names that match the expression.NOTE: This method appends the values to the existing list (if any). Use
setDomainNames(java.util.Collection)
orwithDomainNames(java.util.Collection)
if you want to override the existing values.- Parameters:
domainNames
- A list of domain names that match the expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDomainNames
A list of domain names that match the expression.- Parameters:
domainNames
- A list of domain names that match the expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomains
still available.- Parameters:
nextToken
- An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomains
still available.
-
getNextToken
An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomains
still available.- Returns:
- An opaque token indicating that there are more domains than the
specified
MaxNumberOfDomains
still available.
-
withNextToken
An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomains
still available.- Parameters:
nextToken
- An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomains
still available.- 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
-