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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetCheckerIpRangesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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(String... checkerIpRanges)
A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.GetCheckerIpRangesResult
withCheckerIpRanges(Collection<String> checkerIpRanges)
A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
-
-
-
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)
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
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetCheckerIpRangesResult clone()
-
-