|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.IPRange
public class IPRange
Describes an IP range used in a security group.
Constructor Summary | |
---|---|
IPRange()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCIDRIP()
The IP range in Classless Inter-Domain Routing (CIDR) notation. |
String |
getStatus()
The status of the IP range, for example, "authorized". |
int |
hashCode()
|
void |
setCIDRIP(String cIDRIP)
The IP range in Classless Inter-Domain Routing (CIDR) notation. |
void |
setStatus(String status)
The status of the IP range, for example, "authorized". |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
IPRange |
withCIDRIP(String cIDRIP)
The IP range in Classless Inter-Domain Routing (CIDR) notation. |
IPRange |
withStatus(String status)
The status of the IP range, for example, "authorized". |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IPRange()
Method Detail |
---|
public String getStatus()
public void setStatus(String status)
status
- The status of the IP range, for example, "authorized".public IPRange withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of the IP range, for example, "authorized".
public String getCIDRIP()
public void setCIDRIP(String cIDRIP)
cIDRIP
- The IP range in Classless Inter-Domain Routing (CIDR) notation.public IPRange withCIDRIP(String cIDRIP)
Returns a reference to this object so that method calls can be chained together.
cIDRIP
- The IP range in Classless Inter-Domain Routing (CIDR) notation.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |