@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbSecurityGroupIpRange extends Object implements Serializable, Cloneable, StructuredPojo
IP range information for an RDS DB security group.
| Constructor and Description |
|---|
AwsRdsDbSecurityGroupIpRange() |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSecurityGroupIpRange |
clone() |
boolean |
equals(Object obj) |
String |
getCidrIp()
Specifies the IP range.
|
String |
getStatus()
Specifies the status of the IP range.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCidrIp(String cidrIp)
Specifies the IP range.
|
void |
setStatus(String status)
Specifies the status of the IP range.
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbSecurityGroupIpRange |
withCidrIp(String cidrIp)
Specifies the IP range.
|
AwsRdsDbSecurityGroupIpRange |
withStatus(String status)
Specifies the status of the IP range.
|
public void setCidrIp(String cidrIp)
Specifies the IP range.
cidrIp - Specifies the IP range.public String getCidrIp()
Specifies the IP range.
public AwsRdsDbSecurityGroupIpRange withCidrIp(String cidrIp)
Specifies the IP range.
cidrIp - Specifies the IP range.public void setStatus(String status)
Specifies the status of the IP range.
status - Specifies the status of the IP range.public String getStatus()
Specifies the status of the IP range.
public AwsRdsDbSecurityGroupIpRange withStatus(String status)
Specifies the status of the IP range.
status - Specifies the status of the IP range.public String toString()
toString in class ObjectObject.toString()public AwsRdsDbSecurityGroupIpRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.