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()booleanA list of domain names that match the expression.An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomainsstill available.inthashCode()voidsetDomainNames(Collection<String> domainNames) A list of domain names that match the expression.voidsetNextToken(String nextToken) An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomainsstill 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 specifiedMaxNumberOfDomainsstill available.
-
Constructor Details
-
ListDomainsResult
public ListDomainsResult()
-
-
Method Details
-
getDomainNames
-
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 specifiedMaxNumberOfDomainsstill available.- Parameters:
nextToken- An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomainsstill available.
-
getNextToken
An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomainsstill available.- Returns:
- An opaque token indicating that there are more domains than the
specified
MaxNumberOfDomainsstill available.
-
withNextToken
An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomainsstill available.- Parameters:
nextToken- An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomainsstill available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-