Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.route53.model
Class ListHealthChecksResult

java.lang.Object
  extended by com.amazonaws.services.route53.model.ListHealthChecksResult
All Implemented Interfaces:
Serializable

public class ListHealthChecksResult
extends Object
implements Serializable

A complex type that contains the response for the request.

See Also:
Serialized Form

Constructor Summary
ListHealthChecksResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListHealthChecksResult

public ListHealthChecksResult()
Method Detail

getHealthChecks

public List<HealthCheck> getHealthChecks()
A complex type that contains information about the health checks associated with the current AWS account.

Returns:
A complex type that contains information about the health checks associated with the current AWS account.

setHealthChecks

public void setHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains information about the health checks associated with the current AWS account.

Parameters:
healthChecks - A complex type that contains information about the health checks associated with the current AWS account.

withHealthChecks

public ListHealthChecksResult withHealthChecks(HealthCheck... healthChecks)
A complex type that contains information about the health checks associated with the current AWS account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
healthChecks - A complex type that contains information about the health checks associated with the current AWS account.
Returns:
A reference to this updated object so that method calls can be chained together.

withHealthChecks

public ListHealthChecksResult withHealthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains information about the health checks associated with the current AWS account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
healthChecks - A complex type that contains information about the health checks associated with the current AWS account.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

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.

Constraints:
Length: 0 - 64

Returns:
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.

setMarker

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.

Constraints:
Length: 0 - 64

Parameters:
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.

withMarker

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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 64

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

isTruncated

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

Returns:
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


setIsTruncated

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

Parameters:
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


withIsTruncated

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

Returns a reference to this object so that method calls can be chained together.

Parameters:
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

Returns:
A reference to this updated object so that method calls can be chained together.

getIsTruncated

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

Returns:
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


getNextMarker

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.

Constraints:
Length: 0 - 64

Returns:
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.

setNextMarker

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.

Constraints:
Length: 0 - 64

Parameters:
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.

withNextMarker

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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 64

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

getMaxItems

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.

Returns:
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.

setMaxItems

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.

Parameters:
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.

withMaxItems

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.