public class GetCheckerIpRangesResult extends Object implements Serializable
A complex type that contains the CheckerIpRanges element.
| Constructor and Description |
|---|
GetCheckerIpRangesResult() |
| Modifier and Type | Method and Description |
|---|---|
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()
public void setCheckerIpRanges(Collection<String> checkerIpRanges)
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)
Returns a reference to this object so that method calls can be chained together.
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)
Returns a reference to this object so that method calls can be chained together.
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 ObjectObject.toString()Copyright © 2015. All rights reserved.