Class GetCheckerIpRangesResult
java.lang.Object
com.amazonaws.services.route53.model.GetCheckerIpRangesResult
- All Implemented Interfaces:
Serializable, Cloneable
A complex type that contains the CheckerIpRanges element.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.inthashCode()voidsetCheckerIpRanges(Collection<String> checkerIpRanges) A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.toString()Returns a string representation of this object; useful for testing and debugging.withCheckerIpRanges(String... checkerIpRanges) A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.withCheckerIpRanges(Collection<String> checkerIpRanges) A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
-
Constructor Details
-
GetCheckerIpRangesResult
public GetCheckerIpRangesResult()
-
-
Method Details
-
getCheckerIpRanges
-
setCheckerIpRanges
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
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)orwithCheckerIpRanges(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
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
-
equals
-
hashCode
-
clone
-