public class ListDomainsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The ListDomains request includes the following elements.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
For an initial request for a list of domains, omit this element.
|
private java.lang.Integer |
maxItems
Number of domains to be returned.
|
NOOP
Constructor and Description |
---|
ListDomainsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDomainsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
For an initial request for a list of domains, omit this element.
|
java.lang.Integer |
getMaxItems()
Number of domains to be returned.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
For an initial request for a list of domains, omit this element.
|
void |
setMaxItems(java.lang.Integer maxItems)
Number of domains to be returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDomainsRequest |
withMarker(java.lang.String marker)
For an initial request for a list of domains, omit this element.
|
ListDomainsRequest |
withMaxItems(java.lang.Integer maxItems)
Number of domains to be returned.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String marker
For an initial request for a list of domains, omit this element. If the
number of domains that are associated with the current AWS account is
greater than the value that you specified for MaxItems
, you
can use Marker
to return additional domains. Get the value
of NextPageMarker
from the previous response, and submit
another request that includes the value of NextPageMarker
in
the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
private java.lang.Integer maxItems
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
public void setMarker(java.lang.String marker)
For an initial request for a list of domains, omit this element. If the
number of domains that are associated with the current AWS account is
greater than the value that you specified for MaxItems
, you
can use Marker
to return additional domains. Get the value
of NextPageMarker
from the previous response, and submit
another request that includes the value of NextPageMarker
in
the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
marker
- For an initial request for a list of domains, omit this element.
If the number of domains that are associated with the current AWS
account is greater than the value that you specified for
MaxItems
, you can use Marker
to return
additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that
includes the value of NextPageMarker
in the
Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
public java.lang.String getMarker()
For an initial request for a list of domains, omit this element. If the
number of domains that are associated with the current AWS account is
greater than the value that you specified for MaxItems
, you
can use Marker
to return additional domains. Get the value
of NextPageMarker
from the previous response, and submit
another request that includes the value of NextPageMarker
in
the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
MaxItems
, you can use Marker
to return
additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that
includes the value of NextPageMarker
in the
Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
public ListDomainsRequest withMarker(java.lang.String marker)
For an initial request for a list of domains, omit this element. If the
number of domains that are associated with the current AWS account is
greater than the value that you specified for MaxItems
, you
can use Marker
to return additional domains. Get the value
of NextPageMarker
from the previous response, and submit
another request that includes the value of NextPageMarker
in
the Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
marker
- For an initial request for a list of domains, omit this element.
If the number of domains that are associated with the current AWS
account is greater than the value that you specified for
MaxItems
, you can use Marker
to return
additional domains. Get the value of NextPageMarker
from the previous response, and submit another request that
includes the value of NextPageMarker
in the
Marker
element.
Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
public void setMaxItems(java.lang.Integer maxItems)
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
maxItems
- Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
public java.lang.Integer getMaxItems()
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
public ListDomainsRequest withMaxItems(java.lang.Integer maxItems)
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
maxItems
- Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
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 ListDomainsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()