Class ListDomainsResult
- java.lang.Object
-
- com.amazonaws.services.route53domains.model.ListDomainsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ListDomainsResult extends Object implements Serializable, Cloneable
The ListDomains response includes the following elements.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListDomainsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDomainsResultclone()booleanequals(Object obj)List<DomainSummary>getDomains()A summary of domains.StringgetNextPageMarker()If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.inthashCode()voidsetDomains(Collection<DomainSummary> domains)A summary of domains.voidsetNextPageMarker(String nextPageMarker)If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListDomainsResultwithDomains(DomainSummary... domains)A summary of domains.ListDomainsResultwithDomains(Collection<DomainSummary> domains)A summary of domains.ListDomainsResultwithNextPageMarker(String nextPageMarker)If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.
-
-
-
Method Detail
-
getDomains
public List<DomainSummary> getDomains()
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children:
AutoRenew,DomainName,Expiry,TransferLock- Returns:
- A summary of domains.
Type: Complex type containing a list of domain summaries.
Children:
AutoRenew,DomainName,Expiry,TransferLock
-
setDomains
public void setDomains(Collection<DomainSummary> domains)
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children:
AutoRenew,DomainName,Expiry,TransferLock- Parameters:
domains- A summary of domains.Type: Complex type containing a list of domain summaries.
Children:
AutoRenew,DomainName,Expiry,TransferLock
-
withDomains
public ListDomainsResult withDomains(DomainSummary... domains)
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children:
AutoRenew,DomainName,Expiry,TransferLockNOTE: This method appends the values to the existing list (if any). Use
setDomains(java.util.Collection)orwithDomains(java.util.Collection)if you want to override the existing values.- Parameters:
domains- A summary of domains.Type: Complex type containing a list of domain summaries.
Children:
AutoRenew,DomainName,Expiry,TransferLock- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDomains
public ListDomainsResult withDomains(Collection<DomainSummary> domains)
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children:
AutoRenew,DomainName,Expiry,TransferLock- Parameters:
domains- A summary of domains.Type: Complex type containing a list of domain summaries.
Children:
AutoRenew,DomainName,Expiry,TransferLock- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextPageMarker
public void setNextPageMarker(String nextPageMarker)
If there are more domains than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Parameters:
nextPageMarker- If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations
-
getNextPageMarker
public String getNextPageMarker()
If there are more domains than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Returns:
- If there are more domains than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations
-
withNextPageMarker
public ListDomainsResult withNextPageMarker(String nextPageMarker)
If there are more domains than you specified for
MaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Parameters:
nextPageMarker- If there are more domains than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.Type: String
Parent:
Operations- Returns:
- Returns a reference to this 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListDomainsResult clone()
-
-