public class ListDomainsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The ListDomains response includes the following elements.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DomainSummary> |
domains
A summary of domains.
|
private java.lang.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 . |
Constructor and Description |
---|
ListDomainsResult() |
Modifier and Type | Method and Description |
---|---|
ListDomainsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<DomainSummary> |
getDomains()
A summary of domains.
|
java.lang.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(java.util.Collection<DomainSummary> domains)
A summary of domains.
|
void |
setNextPageMarker(java.lang.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 . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDomainsResult |
withDomains(java.util.Collection<DomainSummary> domains)
A summary of domains.
|
ListDomainsResult |
withDomains(DomainSummary... domains)
A summary of domains.
|
ListDomainsResult |
withNextPageMarker(java.lang.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 . |
private SdkInternalList<DomainSummary> domains
A summary of domains.
Type: Complex type containing a list of domain summaries.
Children: AutoRenew
, DomainName
,
Expiry
, TransferLock
private java.lang.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
public java.util.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(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListDomainsResult clone()
clone
in class java.lang.Object