Package com.amazonaws.services.rds.model
Class IPRange
java.lang.Object
com.amazonaws.services.rds.model.IPRange
- All Implemented Interfaces:
Serializable
,Cloneable
This data type is used as a response element in the DescribeDBSecurityGroups action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies the IP range.Specifies the status of the IP range.int
hashCode()
void
Specifies the IP range.void
Specifies the status of the IP range.toString()
Returns a string representation of this object; useful for testing and debugging.withCIDRIP
(String cIDRIP) Specifies the IP range.withStatus
(String status) Specifies the status of the IP range.
-
Constructor Details
-
IPRange
public IPRange()
-
-
Method Details
-
setStatus
Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
- Parameters:
status
- Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
-
getStatus
Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
- Returns:
- Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
-
withStatus
Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
- Parameters:
status
- Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCIDRIP
Specifies the IP range.
- Parameters:
cIDRIP
- Specifies the IP range.
-
getCIDRIP
Specifies the IP range.
- Returns:
- Specifies the IP range.
-
withCIDRIP
Specifies the IP range.
- Parameters:
cIDRIP
- Specifies the IP range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-