Class ListHealthChecksResult

    • 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.

        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.

        Parameters:
        healthChecks - A complex type that contains information about the health checks associated with the current AWS account.
        Returns:
        Returns a reference to this 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.

        Parameters:
        healthChecks - A complex type that contains information about the health checks associated with the current AWS account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.

        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.
      • 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.

        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.
      • 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.

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

      • 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

      • 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

        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:
        Returns a reference to this 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

      • 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.

        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.
      • 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.

        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.
      • 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.

        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:
        Returns a reference to this 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