@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHealthChecksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to retrieve a list of the health checks that are associated with the current AWS account.
NOOP
Constructor and Description |
---|
ListHealthChecksRequest() |
Modifier and Type | Method and Description |
---|---|
ListHealthChecksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
If the value of
IsTruncated in the previous response was true , you have more health
checks. |
String |
getMaxItems()
The maximum number of health checks that you want
ListHealthChecks to return in response to the
current request. |
int |
hashCode() |
void |
setMarker(String marker)
If the value of
IsTruncated in the previous response was true , you have more health
checks. |
void |
setMaxItems(String maxItems)
The maximum number of health checks that you want
ListHealthChecks to return in response to the
current request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListHealthChecksRequest |
withMarker(String marker)
If the value of
IsTruncated in the previous response was true , you have more health
checks. |
ListHealthChecksRequest |
withMaxItems(String maxItems)
The maximum number of health checks that you want
ListHealthChecks to return in response to the
current request. |
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, withSdkRequestTimeout
public void setMarker(String marker)
If the value of IsTruncated
in the previous response was true
, you have more health
checks. To get another group, submit another ListHealthChecks
request.
For the value of marker
, specify the value of NextMarker
from the previous response,
which is the ID of the first health check that Amazon Route 53 will return if you submit another request.
If the value of IsTruncated
in the previous response was false
, there are no more
health checks to get.
marker
- If the value of IsTruncated
in the previous response was true
, you have more
health checks. To get another group, submit another ListHealthChecks
request.
For the value of marker
, specify the value of NextMarker
from the previous
response, which is the ID of the first health check that Amazon Route 53 will return if you submit another
request.
If the value of IsTruncated
in the previous response was false
, there are no
more health checks to get.
public String getMarker()
If the value of IsTruncated
in the previous response was true
, you have more health
checks. To get another group, submit another ListHealthChecks
request.
For the value of marker
, specify the value of NextMarker
from the previous response,
which is the ID of the first health check that Amazon Route 53 will return if you submit another request.
If the value of IsTruncated
in the previous response was false
, there are no more
health checks to get.
IsTruncated
in the previous response was true
, you have more
health checks. To get another group, submit another ListHealthChecks
request.
For the value of marker
, specify the value of NextMarker
from the previous
response, which is the ID of the first health check that Amazon Route 53 will return if you submit
another request.
If the value of IsTruncated
in the previous response was false
, there are no
more health checks to get.
public ListHealthChecksRequest withMarker(String marker)
If the value of IsTruncated
in the previous response was true
, you have more health
checks. To get another group, submit another ListHealthChecks
request.
For the value of marker
, specify the value of NextMarker
from the previous response,
which is the ID of the first health check that Amazon Route 53 will return if you submit another request.
If the value of IsTruncated
in the previous response was false
, there are no more
health checks to get.
marker
- If the value of IsTruncated
in the previous response was true
, you have more
health checks. To get another group, submit another ListHealthChecks
request.
For the value of marker
, specify the value of NextMarker
from the previous
response, which is the ID of the first health check that Amazon Route 53 will return if you submit another
request.
If the value of IsTruncated
in the previous response was false
, there are no
more health checks to get.
public void setMaxItems(String maxItems)
The maximum number of health checks that you want ListHealthChecks
to return in response to the
current request. 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 health checks.
maxItems
- The maximum number of health checks that you want ListHealthChecks
to return in response to
the current request. 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 health checks.public String getMaxItems()
The maximum number of health checks that you want ListHealthChecks
to return in response to the
current request. 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 health checks.
ListHealthChecks
to return in response to
the current request. 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 health checks.public ListHealthChecksRequest withMaxItems(String maxItems)
The maximum number of health checks that you want ListHealthChecks
to return in response to the
current request. 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 health checks.
maxItems
- The maximum number of health checks that you want ListHealthChecks
to return in response to
the current request. 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 health checks.public String toString()
toString
in class Object
Object.toString()
public ListHealthChecksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.