public class ListDomainsRequest extends AmazonWebServiceRequest implements Serializable
ListDomains operation
.
This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.
NOOP
Constructor and Description |
---|
ListDomainsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMarker()
For an initial request for a list of domains, omit this element.
|
Integer |
getMaxItems()
Number of domains to be returned.
|
int |
hashCode() |
void |
setMarker(String marker)
For an initial request for a list of domains, omit this element.
|
void |
setMaxItems(Integer maxItems)
Number of domains to be returned.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDomainsRequest |
withMarker(String marker)
For an initial request for a list of domains, omit this element.
|
ListDomainsRequest |
withMaxItems(Integer maxItems)
Number of domains to be returned.
|
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getMarker()
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
Constraints:
Length: 0 - 4096
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 setMarker(String marker)
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
Constraints:
Length: 0 - 4096
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 ListDomainsRequest withMarker(String marker)
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
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 4096
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 Integer getMaxItems()
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
Constraints:
Range: 0 - 100
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
public void setMaxItems(Integer maxItems)
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
Constraints:
Range: 0 - 100
maxItems
- Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
public ListDomainsRequest withMaxItems(Integer maxItems)
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 100
maxItems
- Number of domains to be returned. Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.