public class ListDomainsResult extends Object implements Serializable, Cloneable
The ListDomains response includes the following elements.
Constructor and Description |
---|
ListDomainsResult() |
Modifier and Type | Method and Description |
---|---|
ListDomainsResult |
clone() |
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()
A summary of domains.
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)
A summary of 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)
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)
or
withDomains(java.util.Collection)
if you want to override the
existing values.
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)
A summary of 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 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
.
Type: String
Parent: Operations
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 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
.
Type: String
Parent: Operations
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)
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
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 Object
Object.toString()
public ListDomainsResult clone()
Copyright © 2018. All rights reserved.