Class GetCheckerIpRangesResult

    • Constructor Detail

      • GetCheckerIpRangesResult

        public GetCheckerIpRangesResult()
    • Method Detail

      • getCheckerIpRanges

        public List<String> getCheckerIpRanges()

        A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

        Returns:
        A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
      • setCheckerIpRanges

        public void setCheckerIpRanges​(Collection<String> checkerIpRanges)

        A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

        Parameters:
        checkerIpRanges - A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
      • withCheckerIpRanges

        public GetCheckerIpRangesResult withCheckerIpRanges​(String... checkerIpRanges)

        A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

        NOTE: This method appends the values to the existing list (if any). Use setCheckerIpRanges(java.util.Collection) or withCheckerIpRanges(java.util.Collection) if you want to override the existing values.

        Parameters:
        checkerIpRanges - A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withCheckerIpRanges

        public GetCheckerIpRangesResult withCheckerIpRanges​(Collection<String> checkerIpRanges)

        A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

        Parameters:
        checkerIpRanges - A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
        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