@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 in the next group of maxitems health checks. |
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 in the next group of maxitems 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 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 in the next group of maxitems health checks. |
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 maxitems
health checks by calling ListHealthChecks
again and
specifying the value of the NextMarker
element in the marker parameter.
Valid Values: true
| false
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 maxitems
health checks by calling ListHealthChecks
again and specifying the value of the NextMarker
element in the marker parameter.
Valid Values: true
| false
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 maxitems
health checks by calling ListHealthChecks
again and
specifying the value of the NextMarker
element in the marker parameter.
Valid Values: true
| false
maxitems
health checks by calling
ListHealthChecks
again and specifying the value of the NextMarker
element in
the marker parameter.
Valid Values: true
| false
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 maxitems
health checks by calling ListHealthChecks
again and
specifying the value of the NextMarker
element in the marker parameter.
Valid Values: true
| false
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 maxitems
health checks by calling ListHealthChecks
again and specifying the value of the NextMarker
element in the marker parameter.
Valid Values: true
| false
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 maxitems
health checks by calling ListHealthChecks
again and
specifying the value of the NextMarker
element in the marker parameter.
Valid Values: true
| false
maxitems
health checks by calling
ListHealthChecks
again and specifying the value of the NextMarker
element in
the marker parameter.
Valid Values: true
| false
public void setNextMarker(String nextMarker)
If IsTruncated
is true
, the value of NextMarker
identifies the first
health check in the next group of maxitems
health checks. Call ListHealthChecks
again
and specify the value of NextMarker
in the marker parameter.
nextMarker
- If IsTruncated
is true
, the value of NextMarker
identifies the
first health check in the next group of maxitems
health checks. Call
ListHealthChecks
again 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 in the next group of maxitems
health checks. Call ListHealthChecks
again
and specify the value of NextMarker
in the marker parameter.
IsTruncated
is true
, the value of NextMarker
identifies the
first health check in the next group of maxitems
health checks. Call
ListHealthChecks
again 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 in the next group of maxitems
health checks. Call ListHealthChecks
again
and specify the value of NextMarker
in the marker parameter.
nextMarker
- If IsTruncated
is true
, the value of NextMarker
identifies the
first health check in the next group of maxitems
health checks. Call
ListHealthChecks
again 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.