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
CheckerIpRangeselement.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetCheckerIpRangesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCheckerIpRangesResultclone()booleanequals(Object obj)List<String>getCheckerIpRanges()A 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.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetCheckerIpRangesResultwithCheckerIpRanges(String... checkerIpRanges)A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.GetCheckerIpRangesResultwithCheckerIpRanges(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetCheckerIpRangesResult clone()
-
-