@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The ListDomains request includes the following elements.
NOOP| Constructor and Description |
|---|
ListDomainsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDomainsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<FilterCondition> |
getFilterConditions()
A complex type that contains information about the filters applied during the
ListDomains request. |
String |
getMarker()
For an initial request for a list of domains, omit this element.
|
Integer |
getMaxItems()
Number of domains to be returned.
|
SortCondition |
getSortCondition()
A complex type that contains information about the requested ordering of domains in the returned list.
|
int |
hashCode() |
void |
setFilterConditions(Collection<FilterCondition> filterConditions)
A complex type that contains information about the filters applied during the
ListDomains request. |
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.
|
void |
setSortCondition(SortCondition sortCondition)
A complex type that contains information about the requested ordering of domains in the returned list.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainsRequest |
withFilterConditions(Collection<FilterCondition> filterConditions)
A complex type that contains information about the filters applied during the
ListDomains request. |
ListDomainsRequest |
withFilterConditions(FilterCondition... filterConditions)
A complex type that contains information about the filters applied during the
ListDomains request. |
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.
|
ListDomainsRequest |
withSortCondition(SortCondition sortCondition)
A complex type that contains information about the requested ordering of domains in the returned list.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<FilterCondition> getFilterConditions()
A complex type that contains information about the filters applied during the ListDomains request.
The filter conditions can include domain name and domain expiration.
ListDomains
request. The filter conditions can include domain name and domain expiration.public void setFilterConditions(Collection<FilterCondition> filterConditions)
A complex type that contains information about the filters applied during the ListDomains request.
The filter conditions can include domain name and domain expiration.
filterConditions - A complex type that contains information about the filters applied during the ListDomains
request. The filter conditions can include domain name and domain expiration.public ListDomainsRequest withFilterConditions(FilterCondition... filterConditions)
A complex type that contains information about the filters applied during the ListDomains request.
The filter conditions can include domain name and domain expiration.
NOTE: This method appends the values to the existing list (if any). Use
setFilterConditions(java.util.Collection) or withFilterConditions(java.util.Collection) if you
want to override the existing values.
filterConditions - A complex type that contains information about the filters applied during the ListDomains
request. The filter conditions can include domain name and domain expiration.public ListDomainsRequest withFilterConditions(Collection<FilterCondition> filterConditions)
A complex type that contains information about the filters applied during the ListDomains request.
The filter conditions can include domain name and domain expiration.
filterConditions - A complex type that contains information about the filters applied during the ListDomains
request. The filter conditions can include domain name and domain expiration.public void setSortCondition(SortCondition sortCondition)
A complex type that contains information about the requested ordering of domains in the returned list.
sortCondition - A complex type that contains information about the requested ordering of domains in the returned list.public SortCondition getSortCondition()
A complex type that contains information about the requested ordering of domains in the returned list.
public ListDomainsRequest withSortCondition(SortCondition sortCondition)
A complex type that contains information about the requested ordering of domains in the returned list.
sortCondition - A complex type that contains information about the requested ordering of domains in the returned list.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 Amazon Web Services 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.
Constraints: The marker must match the value specified in the previous request.
marker - For an initial request for a list of domains, omit this element. If the number of domains that are
associated with the current Amazon Web Services 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.
Constraints: The marker must match the value specified in the previous request.
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 Amazon Web Services 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.
Constraints: The marker must match the value specified in the previous request.
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.
Constraints: The marker must match the value specified in the previous request.
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 Amazon Web Services 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.
Constraints: The marker must match the value specified in the previous request.
marker - For an initial request for a list of domains, omit this element. If the number of domains that are
associated with the current Amazon Web Services 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.
Constraints: The marker must match the value specified in the previous request.
public void setMaxItems(Integer maxItems)
Number of domains to be returned.
Default: 20
maxItems - Number of domains to be returned.
Default: 20
public Integer getMaxItems()
Number of domains to be returned.
Default: 20
Default: 20
public ListDomainsRequest withMaxItems(Integer maxItems)
Number of domains to be returned.
Default: 20
maxItems - Number of domains to be returned.
Default: 20
public String toString()
toString in class ObjectObject.toString()public ListDomainsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()