Class ListHealthChecksRequest

    • Method Detail

      • marker

        public final String marker()

        If the value of IsTruncated in the previous response was true, you have more health checks. To get another group, submit another ListHealthChecks request.

        For the value of marker, specify the value of NextMarker from the previous response, which is the ID of the first health check that Amazon Route 53 will return if you submit another request.

        If the value of IsTruncated in the previous response was false, there are no more health checks to get.

        Returns:
        If the value of IsTruncated in the previous response was true, you have more health checks. To get another group, submit another ListHealthChecks request.

        For the value of marker, specify the value of NextMarker from the previous response, which is the ID of the first health check that Amazon Route 53 will return if you submit another request.

        If the value of IsTruncated in the previous response was false, there are no more health checks to get.

      • maxItems

        public final String maxItems()

        The maximum number of health checks that you want ListHealthChecks to return in response to the current request. Amazon Route 53 returns a maximum of 1000 items. If you set MaxItems to a value greater than 1000, Route 53 returns only the first 1000 health checks.

        Returns:
        The maximum number of health checks that you want ListHealthChecks to return in response to the current request. Amazon Route 53 returns a maximum of 1000 items. If you set MaxItems to a value greater than 1000, Route 53 returns only the first 1000 health checks.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object