@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHealthChecksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response to a ListHealthChecks
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 one
HealthCheck element for each health check that is associated with
the current AWS account. |
Boolean |
getIsTruncated()
A flag that indicates whether there are more health checks to be listed.
|
String |
getMarker()
For the second and subsequent calls to
ListHealthChecks , Marker is the value that you
specified for the marker parameter in the previous request. |
String |
getMaxItems()
The value that you specified for the
maxitems parameter in the call to ListHealthChecks
that produced the current response. |
String |
getNextMarker()
If
IsTruncated is true , the value of NextMarker identifies the first
health check that Amazon Route 53 returns if you submit another ListHealthChecks request and specify
the value of NextMarker in the marker parameter. |
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more health checks to be listed.
|
void |
setHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated with
the current AWS account. |
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more health checks to be listed.
|
void |
setMarker(String marker)
For the second and subsequent calls to
ListHealthChecks , Marker is the value that you
specified for the marker parameter in the previous request. |
void |
setMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to ListHealthChecks
that produced the current response. |
void |
setNextMarker(String nextMarker)
If
IsTruncated is true , the value of NextMarker identifies the first
health check that Amazon Route 53 returns if you submit another ListHealthChecks request and specify
the value of NextMarker in the marker parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListHealthChecksResult |
withHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated with
the current AWS account. |
ListHealthChecksResult |
withHealthChecks(HealthCheck... healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated with
the current AWS account. |
ListHealthChecksResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more health checks to be listed.
|
ListHealthChecksResult |
withMarker(String marker)
For the second and subsequent calls to
ListHealthChecks , Marker is the value that you
specified for the marker parameter in the previous request. |
ListHealthChecksResult |
withMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to ListHealthChecks
that produced the current response. |
ListHealthChecksResult |
withNextMarker(String nextMarker)
If
IsTruncated is true , the value of NextMarker identifies the first
health check that Amazon Route 53 returns if you submit another ListHealthChecks request and specify
the value of NextMarker in the marker parameter. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<HealthCheck> getHealthChecks()
A complex type that contains one HealthCheck
element for each health check that is associated with
the current AWS account.
HealthCheck
element for each health check that is
associated with the current AWS account.public void setHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains one HealthCheck
element for each health check that is associated with
the current AWS account.
healthChecks
- A complex type that contains one HealthCheck
element for each health check that is associated
with the current AWS account.public ListHealthChecksResult withHealthChecks(HealthCheck... healthChecks)
A complex type that contains one HealthCheck
element for each health check that is 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 one HealthCheck
element for each health check that is associated
with the current AWS account.public ListHealthChecksResult withHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains one HealthCheck
element for each health check that is associated with
the current AWS account.
healthChecks
- A complex type that contains one HealthCheck
element for each health check that is associated
with the current AWS account.public void setMarker(String marker)
For the second and subsequent calls to ListHealthChecks
, Marker
is the value that you
specified for the marker
parameter in the previous request.
marker
- For the second and subsequent calls to ListHealthChecks
, Marker
is the value
that you specified for the marker
parameter in the previous request.public String getMarker()
For the second and subsequent calls to ListHealthChecks
, Marker
is the value that you
specified for the marker
parameter in the previous request.
ListHealthChecks
, Marker
is the value
that you specified for the marker
parameter in the previous request.public ListHealthChecksResult withMarker(String marker)
For the second and subsequent calls to ListHealthChecks
, Marker
is the value that you
specified for the marker
parameter in the previous request.
marker
- For the second and subsequent calls to ListHealthChecks
, Marker
is the value
that you specified for the marker
parameter in the previous request.public void setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can
get the next group of health checks by submitting another ListHealthChecks
request and specifying
the value of NextMarker
in the marker
parameter.
isTruncated
- A flag that indicates whether there are more health checks to be listed. If the response was truncated,
you can get the next group of health checks by submitting another ListHealthChecks
request
and specifying the value of NextMarker
in the marker
parameter.public Boolean getIsTruncated()
A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can
get the next group of health checks by submitting another ListHealthChecks
request and specifying
the value of NextMarker
in the marker
parameter.
ListHealthChecks
request
and specifying the value of NextMarker
in the marker
parameter.public ListHealthChecksResult withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can
get the next group of health checks by submitting another ListHealthChecks
request and specifying
the value of NextMarker
in the marker
parameter.
isTruncated
- A flag that indicates whether there are more health checks to be listed. If the response was truncated,
you can get the next group of health checks by submitting another ListHealthChecks
request
and specifying the value of NextMarker
in the marker
parameter.public Boolean isTruncated()
A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can
get the next group of health checks by submitting another ListHealthChecks
request and specifying
the value of NextMarker
in the marker
parameter.
ListHealthChecks
request
and specifying the value of NextMarker
in the marker
parameter.public void setNextMarker(String nextMarker)
If IsTruncated
is true
, the value of NextMarker
identifies the first
health check that Amazon Route 53 returns if you submit another ListHealthChecks
request and specify
the value of NextMarker
in the marker
parameter.
nextMarker
- If IsTruncated
is true
, the value of NextMarker
identifies the
first health check that Amazon Route 53 returns if you submit another ListHealthChecks
request and specify the value of NextMarker
in the marker
parameter.public String getNextMarker()
If IsTruncated
is true
, the value of NextMarker
identifies the first
health check that Amazon Route 53 returns if you submit another ListHealthChecks
request and specify
the value of NextMarker
in the marker
parameter.
IsTruncated
is true
, the value of NextMarker
identifies the
first health check that Amazon Route 53 returns if you submit another ListHealthChecks
request and specify the value of NextMarker
in the marker
parameter.public ListHealthChecksResult withNextMarker(String nextMarker)
If IsTruncated
is true
, the value of NextMarker
identifies the first
health check that Amazon Route 53 returns if you submit another ListHealthChecks
request and specify
the value of NextMarker
in the marker
parameter.
nextMarker
- If IsTruncated
is true
, the value of NextMarker
identifies the
first health check that Amazon Route 53 returns if you submit another ListHealthChecks
request and specify the value of NextMarker
in the marker
parameter.public void setMaxItems(String maxItems)
The value that you specified for the maxitems
parameter in the call to ListHealthChecks
that produced the current response.
maxItems
- The value that you specified for the maxitems
parameter in the call to
ListHealthChecks
that produced the current response.public String getMaxItems()
The value that you specified for the maxitems
parameter in the call to ListHealthChecks
that produced the current response.
maxitems
parameter in the call to
ListHealthChecks
that produced the current response.public ListHealthChecksResult withMaxItems(String maxItems)
The value that you specified for the maxitems
parameter in the call to ListHealthChecks
that produced the current response.
maxItems
- The value that you specified for the maxitems
parameter in the call to
ListHealthChecks
that produced the current response.public String toString()
toString
in class Object
Object.toString()
public ListHealthChecksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.