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 ListDomainsResult
clone()
boolean
equals(Object obj)
List<DomainSummary>
getDomains()
A summary of domains.String
getNextPageMarker()
If there are more domains than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.int
hashCode()
void
setDomains(Collection<DomainSummary> domains)
A summary of domains.void
setNextPageMarker(String nextPageMarker)
If there are more domains than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.String
toString()
Returns a string representation of this object; useful for testing and debugging.ListDomainsResult
withDomains(DomainSummary... domains)
A summary of domains.ListDomainsResult
withDomains(Collection<DomainSummary> domains)
A summary of domains.ListDomainsResult
withNextPageMarker(String nextPageMarker)
If there are more domains than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in 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
,TransferLock
NOTE: 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
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Parameters:
nextPageMarker
- If there are more domains than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
-
getNextPageMarker
public String getNextPageMarker()
If there are more domains than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Returns:
- If there are more domains than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
-
withNextPageMarker
public ListDomainsResult withNextPageMarker(String nextPageMarker)
If there are more domains than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.Type: String
Parent:
Operations
- Parameters:
nextPageMarker
- If there are more domains than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in 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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListDomainsResult clone()
-
-