public class ListHealthChecksResult extends Object implements Serializable, Cloneable
A complex type that contains the response for the request.
Constructor and Description |
---|
ListHealthChecksResult() |
Modifier and Type | Method and Description |
---|---|
ListHealthChecksResult |
clone() |
boolean |
equals(Object obj) |
List<HealthCheck> |
getHealthChecks()
A complex type that contains information about the health checks
associated with the current AWS account.
|
Boolean |
getIsTruncated()
A flag indicating whether there are more health checks to be listed.
|
String |
getMarker()
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
String |
getMaxItems()
The maximum number of health checks to be included in the response body.
|
String |
getNextMarker()
Indicates where to continue listing health checks.
|
int |
hashCode() |
Boolean |
isTruncated()
A flag indicating whether there are more health checks to be listed.
|
void |
setHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains information about the health checks
associated with the current AWS account.
|
void |
setIsTruncated(Boolean isTruncated)
A flag indicating whether there are more health checks to be listed.
|
void |
setMarker(String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
void |
setMaxItems(String maxItems)
The maximum number of health checks to be included in the response body.
|
void |
setNextMarker(String nextMarker)
Indicates where to continue listing health checks.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListHealthChecksResult |
withHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains information about the health checks
associated with the current AWS account.
|
ListHealthChecksResult |
withHealthChecks(HealthCheck... healthChecks)
A complex type that contains information about the health checks
associated with the current AWS account.
|
ListHealthChecksResult |
withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more health checks to be listed.
|
ListHealthChecksResult |
withMarker(String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
ListHealthChecksResult |
withMaxItems(String maxItems)
The maximum number of health checks to be included in the response body.
|
ListHealthChecksResult |
withNextMarker(String nextMarker)
Indicates where to continue listing health checks.
|
public List<HealthCheck> getHealthChecks()
A complex type that contains information about the health checks associated with the current AWS account.
public void setHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains information about the health checks associated with the current AWS account.
healthChecks
- A complex type that contains information about the health checks
associated with the current AWS account.public ListHealthChecksResult withHealthChecks(HealthCheck... healthChecks)
A complex type that contains information about the health checks associated with the current AWS account.
NOTE: This method appends the values to the existing list (if
any). Use setHealthChecks(java.util.Collection)
or
withHealthChecks(java.util.Collection)
if you want to override
the existing values.
healthChecks
- A complex type that contains information about the health checks
associated with the current AWS account.public ListHealthChecksResult withHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains information about the health checks associated with the current AWS account.
healthChecks
- A complex type that contains information about the health checks
associated with the current AWS account.public void setMarker(String marker)
If the request returned more than one page of results, submit another
request and specify the value of NextMarker
from the last
response in the marker
parameter to get the next page of
results.
marker
- If the request returned more than one page of results, submit
another request and specify the value of NextMarker
from the last response in the marker
parameter to get
the next page of results.public String getMarker()
If the request returned more than one page of results, submit another
request and specify the value of NextMarker
from the last
response in the marker
parameter to get the next page of
results.
NextMarker
from the last response in the marker
parameter to
get the next page of results.public ListHealthChecksResult withMarker(String marker)
If the request returned more than one page of results, submit another
request and specify the value of NextMarker
from the last
response in the marker
parameter to get the next page of
results.
marker
- If the request returned more than one page of results, submit
another request and specify the value of NextMarker
from the last response in the marker
parameter to get
the next page of results.public void setIsTruncated(Boolean isTruncated)
A flag indicating whether there are more health checks to be listed. If
your results were truncated, you can make a follow-up request for the
next page of results by using the Marker
element.
Valid Values: true
| false
isTruncated
- A flag indicating whether there are more health checks to be
listed. If your results were truncated, you can make a follow-up
request for the next page of results by using the
Marker
element.
Valid Values: true
| false
public Boolean getIsTruncated()
A flag indicating whether there are more health checks to be listed. If
your results were truncated, you can make a follow-up request for the
next page of results by using the Marker
element.
Valid Values: true
| false
Marker
element.
Valid Values: true
| false
public ListHealthChecksResult withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more health checks to be listed. If
your results were truncated, you can make a follow-up request for the
next page of results by using the Marker
element.
Valid Values: true
| false
isTruncated
- A flag indicating whether there are more health checks to be
listed. If your results were truncated, you can make a follow-up
request for the next page of results by using the
Marker
element.
Valid Values: true
| false
public Boolean isTruncated()
A flag indicating whether there are more health checks to be listed. If
your results were truncated, you can make a follow-up request for the
next page of results by using the Marker
element.
Valid Values: true
| false
Marker
element.
Valid Values: true
| false
public void setNextMarker(String nextMarker)
Indicates where to continue listing health checks. If
ListHealthChecksResponse$IsTruncated is true
, make
another request to ListHealthChecks
and include the value of
the NextMarker
element in the Marker
element to
get the next page of results.
nextMarker
- Indicates where to continue listing health checks. If
ListHealthChecksResponse$IsTruncated is true
,
make another request to ListHealthChecks
and include
the value of the NextMarker
element in the
Marker
element to get the next page of results.public String getNextMarker()
Indicates where to continue listing health checks. If
ListHealthChecksResponse$IsTruncated is true
, make
another request to ListHealthChecks
and include the value of
the NextMarker
element in the Marker
element to
get the next page of results.
true
,
make another request to ListHealthChecks
and include
the value of the NextMarker
element in the
Marker
element to get the next page of results.public ListHealthChecksResult withNextMarker(String nextMarker)
Indicates where to continue listing health checks. If
ListHealthChecksResponse$IsTruncated is true
, make
another request to ListHealthChecks
and include the value of
the NextMarker
element in the Marker
element to
get the next page of results.
nextMarker
- Indicates where to continue listing health checks. If
ListHealthChecksResponse$IsTruncated is true
,
make another request to ListHealthChecks
and include
the value of the NextMarker
element in the
Marker
element to get the next page of results.public void setMaxItems(String maxItems)
The maximum number of health checks to be included in the response body.
If the number of health checks associated with this AWS account exceeds
MaxItems
, the value of
ListHealthChecksResponse$IsTruncated in the response is
true
. Call ListHealthChecks
again and specify
the value of ListHealthChecksResponse$NextMarker in the
ListHostedZonesRequest$Marker element to get the next page of
results.
maxItems
- The maximum number of health checks to be included in the response
body. If the number of health checks associated with this AWS
account exceeds MaxItems
, the value of
ListHealthChecksResponse$IsTruncated in the response is
true
. Call ListHealthChecks
again and
specify the value of ListHealthChecksResponse$NextMarker in
the ListHostedZonesRequest$Marker element to get the next
page of results.public String getMaxItems()
The maximum number of health checks to be included in the response body.
If the number of health checks associated with this AWS account exceeds
MaxItems
, the value of
ListHealthChecksResponse$IsTruncated in the response is
true
. Call ListHealthChecks
again and specify
the value of ListHealthChecksResponse$NextMarker in the
ListHostedZonesRequest$Marker element to get the next page of
results.
MaxItems
, the value of
ListHealthChecksResponse$IsTruncated in the response is
true
. Call ListHealthChecks
again and
specify the value of ListHealthChecksResponse$NextMarker
in the ListHostedZonesRequest$Marker element to get the
next page of results.public ListHealthChecksResult withMaxItems(String maxItems)
The maximum number of health checks to be included in the response body.
If the number of health checks associated with this AWS account exceeds
MaxItems
, the value of
ListHealthChecksResponse$IsTruncated in the response is
true
. Call ListHealthChecks
again and specify
the value of ListHealthChecksResponse$NextMarker in the
ListHostedZonesRequest$Marker element to get the next page of
results.
maxItems
- The maximum number of health checks to be included in the response
body. If the number of health checks associated with this AWS
account exceeds MaxItems
, the value of
ListHealthChecksResponse$IsTruncated in the response is
true
. Call ListHealthChecks
again and
specify the value of ListHealthChecksResponse$NextMarker in
the ListHostedZonesRequest$Marker element to get the next
page of results.public String toString()
toString
in class Object
Object.toString()
public ListHealthChecksResult clone()
Copyright © 2018. All rights reserved.