|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.IPRange
public class IPRange
Constructor Summary | |
---|---|
IPRange()
|
Method Summary | |
---|---|
String |
getCIDRIP()
Specifies the IP range. |
String |
getStatus()
Specifies the status of the IP range. |
void |
setCIDRIP(String cIDRIP)
Specifies the IP range. |
void |
setStatus(String status)
Specifies the status of the IP range. |
String |
toString()
|
IPRange |
withCIDRIP(String cIDRIP)
Specifies the IP range. |
IPRange |
withStatus(String status)
Specifies the status of the IP range. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IPRange()
Method Detail |
---|
public String getStatus()
public void setStatus(String status)
status
- Specifies the status of the IP range.public IPRange withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- Specifies the status of the IP range.
public String getCIDRIP()
public void setCIDRIP(String cIDRIP)
cIDRIP
- Specifies the IP range.public IPRange withCIDRIP(String cIDRIP)
Returns a reference to this object so that method calls can be chained together.
cIDRIP
- Specifies the IP range.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |