Class GetCheckerIpRangesResult

java.lang.Object
com.amazonaws.services.route53.model.GetCheckerIpRangesResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetCheckerIpRangesResult extends Object implements Serializable, Cloneable

A complex type that contains the CheckerIpRanges element.

See Also:
  • Constructor Details

    • GetCheckerIpRangesResult

      public GetCheckerIpRangesResult()
  • Method Details

    • 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:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetCheckerIpRangesResult clone()
      Overrides:
      clone in class Object