public class GetCheckerIpRangesResult extends Object implements Serializable, Cloneable
A complex type that contains the CheckerIpRanges
element.
Constructor and Description |
---|
GetCheckerIpRangesResult() |
Modifier and Type | Method and Description |
---|---|
GetCheckerIpRangesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCheckerIpRanges()
A complex type that contains sorted list of IP ranges in CIDR format for
Amazon Route 53 health checkers.
|
int |
hashCode() |
void |
setCheckerIpRanges(Collection<String> checkerIpRanges)
A complex type that contains sorted list of IP ranges in CIDR format for
Amazon Route 53 health checkers.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCheckerIpRangesResult |
withCheckerIpRanges(Collection<String> checkerIpRanges)
A complex type that contains sorted list of IP ranges in CIDR format for
Amazon Route 53 health checkers.
|
GetCheckerIpRangesResult |
withCheckerIpRanges(String... checkerIpRanges)
A complex type that contains sorted list of IP ranges in CIDR format for
Amazon Route 53 health checkers.
|
public List<String> getCheckerIpRanges()
A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
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.
checkerIpRanges
- A complex type that contains sorted list of IP ranges in CIDR
format for Amazon Route 53 health checkers.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.
checkerIpRanges
- A complex type that contains sorted list of IP ranges in CIDR
format for Amazon Route 53 health checkers.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.
checkerIpRanges
- A complex type that contains sorted list of IP ranges in CIDR
format for Amazon Route 53 health checkers.public String toString()
toString
in class Object
Object.toString()
public GetCheckerIpRangesResult clone()
Copyright © 2018. All rights reserved.