public class ListDomainsResult extends Object implements Serializable
The ListDomains response includes the following elements.
| Constructor and Description |
|---|
ListDomainsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<DomainSummary> |
getDomains()
A summary of domains.
|
String |
getNextPageMarker()
If there are more domains than you specified for
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker. |
int |
hashCode() |
void |
setDomains(Collection<DomainSummary> domains)
A summary of domains.
|
void |
setNextPageMarker(String nextPageMarker)
If there are more domains than you specified for
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDomainsResult |
withDomains(Collection<DomainSummary> domains)
A summary of domains.
|
ListDomainsResult |
withDomains(DomainSummary... domains)
A summary of domains.
|
ListDomainsResult |
withNextPageMarker(String nextPageMarker)
If there are more domains than you specified for
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker. |
public List<DomainSummary> getDomains()
Type: Complex type containing a list of domain summaries.
Children: AutoRenew,
DomainName, Expiry,
TransferLock
Type: Complex type containing a list of domain summaries.
Children: AutoRenew,
DomainName, Expiry,
TransferLock
public void setDomains(Collection<DomainSummary> domains)
Type: Complex type containing a list of domain summaries.
Children: AutoRenew,
DomainName, Expiry,
TransferLock
domains - A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew,
DomainName, Expiry,
TransferLock
public ListDomainsResult withDomains(DomainSummary... domains)
Type: Complex type containing a list of domain summaries.
Children: AutoRenew,
DomainName, Expiry,
TransferLock
Returns a reference to this object so that method calls can be chained together.
domains - A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew,
DomainName, Expiry,
TransferLock
public ListDomainsResult withDomains(Collection<DomainSummary> domains)
Type: Complex type containing a list of domain summaries.
Children: AutoRenew,
DomainName, Expiry,
TransferLock
Returns a reference to this object so that method calls can be chained together.
domains - A summary of domains. Type: Complex type containing a list of domain summaries.
Children: AutoRenew,
DomainName, Expiry,
TransferLock
public String getNextPageMarker()
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker.
Type: String
Parent: Operations
Constraints:
Length: 0 - 4096
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker.
Type: String
Parent: Operations
public void setNextPageMarker(String nextPageMarker)
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker.
Type: String
Parent: Operations
Constraints:
Length: 0 - 4096
nextPageMarker - If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker.
Type: String
Parent: Operations
public ListDomainsResult withNextPageMarker(String nextPageMarker)
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker.
Type: String
Parent: Operations
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 4096
nextPageMarker - If there are more domains than you specified for MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker.
Type: String
Parent: Operations
public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.