@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCheckerIpRangesResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetCheckerIpRangesResult clone()