public class ListHealthChecksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
To retrieve a list of your health checks, send a GET request to the /2013-04-01/healthcheck
resource. The response to this request includes a HealthChecks element with zero or more
HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can
control the length of the page that is displayed by using the MaxItems parameter. You can use the
Marker parameter to control the health check that the list begins with.
Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon
Route 53 returns only the first 100.
NOOP| Constructor and Description |
|---|
ListHealthChecksRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListHealthChecksRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
If the response to a
ListHealthChecks is more than one page, marker is the health check ID for the
first health check on the next page of results. |
String |
getMaxItems()
The maximum number of
HealthCheck elements you want ListHealthChecks to return on each
page of the response body. |
int |
hashCode() |
void |
setMarker(String marker)
If the response to a
ListHealthChecks is more than one page, marker is the health check ID for the
first health check on the next page of results. |
void |
setMaxItems(String maxItems)
The maximum number of
HealthCheck elements you want ListHealthChecks to return on each
page of the response body. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListHealthChecksRequest |
withMarker(String marker)
If the response to a
ListHealthChecks is more than one page, marker is the health check ID for the
first health check on the next page of results. |
ListHealthChecksRequest |
withMaxItems(String maxItems)
The maximum number of
HealthCheck elements you want ListHealthChecks to return on each
page of the response body. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMarker(String marker)
If the response to a ListHealthChecks is more than one page, marker is the health check ID for the
first health check on the next page of results. For more information, see
ListHealthChecksResponse$MaxItems.
marker - If the response to a ListHealthChecks is more than one page, marker is the health check ID
for the first health check on the next page of results. For more information, see
ListHealthChecksResponse$MaxItems.public String getMarker()
If the response to a ListHealthChecks is more than one page, marker is the health check ID for the
first health check on the next page of results. For more information, see
ListHealthChecksResponse$MaxItems.
ListHealthChecks is more than one page, marker is the health check ID
for the first health check on the next page of results. For more information, see
ListHealthChecksResponse$MaxItems.public ListHealthChecksRequest withMarker(String marker)
If the response to a ListHealthChecks is more than one page, marker is the health check ID for the
first health check on the next page of results. For more information, see
ListHealthChecksResponse$MaxItems.
marker - If the response to a ListHealthChecks is more than one page, marker is the health check ID
for the first health check on the next page of results. For more information, see
ListHealthChecksResponse$MaxItems.public void setMaxItems(String maxItems)
The maximum number of HealthCheck elements you want ListHealthChecks to return on each
page of the response body. If the AWS account includes more HealthCheck elements than the value of
maxitems, the response is broken into pages. Each page contains the number of
HealthCheck elements specified by maxitems.
For example, suppose you specify 10 for maxitems and the current AWS account has
51 health checks. In the response, ListHealthChecks sets
ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker
element. To access the second and subsequent pages, you resend the GET ListHealthChecks
request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the
ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the
response, which contains only one HealthCheck element:
The value of ListHealthChecksResponse$IsTruncated is false.
ListHealthChecksResponse$NextMarker is omitted.
maxItems - The maximum number of HealthCheck elements you want ListHealthChecks to return
on each page of the response body. If the AWS account includes more HealthCheck elements than
the value of maxitems, the response is broken into pages. Each page contains the number of
HealthCheck elements specified by maxitems.
For example, suppose you specify 10 for maxitems and the current AWS account has
51 health checks. In the response, ListHealthChecks sets
ListHealthChecksResponse$IsTruncated to true and includes the
ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend
the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker
parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element
from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck
element:
The value of ListHealthChecksResponse$IsTruncated is false.
ListHealthChecksResponse$NextMarker is omitted.
public String getMaxItems()
The maximum number of HealthCheck elements you want ListHealthChecks to return on each
page of the response body. If the AWS account includes more HealthCheck elements than the value of
maxitems, the response is broken into pages. Each page contains the number of
HealthCheck elements specified by maxitems.
For example, suppose you specify 10 for maxitems and the current AWS account has
51 health checks. In the response, ListHealthChecks sets
ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker
element. To access the second and subsequent pages, you resend the GET ListHealthChecks
request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the
ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the
response, which contains only one HealthCheck element:
The value of ListHealthChecksResponse$IsTruncated is false.
ListHealthChecksResponse$NextMarker is omitted.
HealthCheck elements you want ListHealthChecks to return
on each page of the response body. If the AWS account includes more HealthCheck elements
than the value of maxitems, the response is broken into pages. Each page contains the number
of HealthCheck elements specified by maxitems.
For example, suppose you specify 10 for maxitems and the current AWS account
has 51 health checks. In the response, ListHealthChecks sets
ListHealthChecksResponse$IsTruncated to true and includes the
ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend
the GET ListHealthChecks request, add the
ListHealthChecksResponse$Marker parameter to the request, and specify the value of the
ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page
of the response, which contains only one HealthCheck element:
The value of ListHealthChecksResponse$IsTruncated is false.
ListHealthChecksResponse$NextMarker is omitted.
public ListHealthChecksRequest withMaxItems(String maxItems)
The maximum number of HealthCheck elements you want ListHealthChecks to return on each
page of the response body. If the AWS account includes more HealthCheck elements than the value of
maxitems, the response is broken into pages. Each page contains the number of
HealthCheck elements specified by maxitems.
For example, suppose you specify 10 for maxitems and the current AWS account has
51 health checks. In the response, ListHealthChecks sets
ListHealthChecksResponse$IsTruncated to true and includes the ListHealthChecksResponse$NextMarker
element. To access the second and subsequent pages, you resend the GET ListHealthChecks
request, add the ListHealthChecksResponse$Marker parameter to the request, and specify the value of the
ListHealthChecksResponse$NextMarker element from the previous response. On the last (sixth) page of the
response, which contains only one HealthCheck element:
The value of ListHealthChecksResponse$IsTruncated is false.
ListHealthChecksResponse$NextMarker is omitted.
maxItems - The maximum number of HealthCheck elements you want ListHealthChecks to return
on each page of the response body. If the AWS account includes more HealthCheck elements than
the value of maxitems, the response is broken into pages. Each page contains the number of
HealthCheck elements specified by maxitems.
For example, suppose you specify 10 for maxitems and the current AWS account has
51 health checks. In the response, ListHealthChecks sets
ListHealthChecksResponse$IsTruncated to true and includes the
ListHealthChecksResponse$NextMarker element. To access the second and subsequent pages, you resend
the GET ListHealthChecks request, add the ListHealthChecksResponse$Marker
parameter to the request, and specify the value of the ListHealthChecksResponse$NextMarker element
from the previous response. On the last (sixth) page of the response, which contains only one HealthCheck
element:
The value of ListHealthChecksResponse$IsTruncated is false.
ListHealthChecksResponse$NextMarker is omitted.
public String toString()
toString in class ObjectObject.toString()public ListHealthChecksRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.