Class ListDomainsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.route53domains.model.ListDomainsRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class ListDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The ListDomains request includes the following elements.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListDomainsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDomainsRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetMarker()For an initial request for a list of domains, omit this element.IntegergetMaxItems()Number of domains to be returned.inthashCode()voidsetMarker(String marker)For an initial request for a list of domains, omit this element.voidsetMaxItems(Integer maxItems)Number of domains to be returned.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListDomainsRequestwithMarker(String marker)For an initial request for a list of domains, omit this element.ListDomainsRequestwithMaxItems(Integer maxItems)Number of domains to be returned.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
-
-
-
Method Detail
-
setMarker
public void setMarker(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 useMarkerto return additional domains. Get the value ofNextPageMarkerfrom the previous response, and submit another request that includes the value ofNextPageMarkerin theMarkerelement.Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
- Parameters:
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 forMaxItems, you can useMarkerto return additional domains. Get the value ofNextPageMarkerfrom the previous response, and submit another request that includes the value ofNextPageMarkerin theMarkerelement.Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
-
getMarker
public 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 useMarkerto return additional domains. Get the value ofNextPageMarkerfrom the previous response, and submit another request that includes the value ofNextPageMarkerin theMarkerelement.Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
- Returns:
- 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 useMarkerto return additional domains. Get the value ofNextPageMarkerfrom the previous response, and submit another request that includes the value ofNextPageMarkerin theMarkerelement.Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
-
withMarker
public ListDomainsRequest withMarker(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 useMarkerto return additional domains. Get the value ofNextPageMarkerfrom the previous response, and submit another request that includes the value ofNextPageMarkerin theMarkerelement.Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
- Parameters:
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 forMaxItems, you can useMarkerto return additional domains. Get the value ofNextPageMarkerfrom the previous response, and submit another request that includes the value ofNextPageMarkerin theMarkerelement.Type: String
Default: None
Constraints: The marker must match the value specified in the previous request.
Required: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
public void setMaxItems(Integer maxItems)
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
- Parameters:
maxItems- Number of domains to be returned.Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
-
getMaxItems
public Integer getMaxItems()
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
- Returns:
- Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
-
withMaxItems
public ListDomainsRequest withMaxItems(Integer maxItems)
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
- Parameters:
maxItems- Number of domains to be returned.Type: Integer
Default: 20
Constraints: A numeral between 1 and 100.
Required: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListDomainsRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-