|
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.rds.model.Option
public class Option
Option details.
| Constructor Summary | |
|---|---|
Option()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<DBSecurityGroupMembership> |
getDBSecurityGroupMemberships()
If the Option requires access to a port, then this DB Security Group allows access to the port. |
java.lang.String |
getOptionDescription()
The description of the option. |
java.lang.String |
getOptionName()
The name of the option. |
java.lang.Integer |
getPort()
If required, the port configured for this option to use. |
java.util.List<VpcSecurityGroupMembership> |
getVpcSecurityGroupMemberships()
If the Option requires access to a port, then this VPC Security Group allows access to the port. |
int |
hashCode()
|
void |
setDBSecurityGroupMemberships(java.util.Collection<DBSecurityGroupMembership> dBSecurityGroupMemberships)
If the Option requires access to a port, then this DB Security Group allows access to the port. |
void |
setOptionDescription(java.lang.String optionDescription)
The description of the option. |
void |
setOptionName(java.lang.String optionName)
The name of the option. |
void |
setPort(java.lang.Integer port)
If required, the port configured for this option to use. |
void |
setVpcSecurityGroupMemberships(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
If the Option requires access to a port, then this VPC Security Group allows access to the port. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Option |
withDBSecurityGroupMemberships(java.util.Collection<DBSecurityGroupMembership> dBSecurityGroupMemberships)
If the Option requires access to a port, then this DB Security Group allows access to the port. |
Option |
withDBSecurityGroupMemberships(DBSecurityGroupMembership... dBSecurityGroupMemberships)
If the Option requires access to a port, then this DB Security Group allows access to the port. |
Option |
withOptionDescription(java.lang.String optionDescription)
The description of the option. |
Option |
withOptionName(java.lang.String optionName)
The name of the option. |
Option |
withPort(java.lang.Integer port)
If required, the port configured for this option to use. |
Option |
withVpcSecurityGroupMemberships(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
If the Option requires access to a port, then this VPC Security Group allows access to the port. |
Option |
withVpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships)
If the Option requires access to a port, then this VPC Security Group allows access to the port. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Option()
| Method Detail |
|---|
public java.lang.String getOptionName()
public void setOptionName(java.lang.String optionName)
optionName - The name of the option.public Option withOptionName(java.lang.String optionName)
Returns a reference to this object so that method calls can be chained together.
optionName - The name of the option.
public java.lang.String getOptionDescription()
public void setOptionDescription(java.lang.String optionDescription)
optionDescription - The description of the option.public Option withOptionDescription(java.lang.String optionDescription)
Returns a reference to this object so that method calls can be chained together.
optionDescription - The description of the option.
public java.lang.Integer getPort()
public void setPort(java.lang.Integer port)
port - If required, the port configured for this option to use.public Option withPort(java.lang.Integer port)
Returns a reference to this object so that method calls can be chained together.
port - If required, the port configured for this option to use.
public java.util.List<DBSecurityGroupMembership> getDBSecurityGroupMemberships()
public void setDBSecurityGroupMemberships(java.util.Collection<DBSecurityGroupMembership> dBSecurityGroupMemberships)
dBSecurityGroupMemberships - If the Option requires access to a port, then this DB Security Group
allows access to the port.public Option withDBSecurityGroupMemberships(DBSecurityGroupMembership... dBSecurityGroupMemberships)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupMemberships - If the Option requires access to a port, then this DB Security Group
allows access to the port.
public Option withDBSecurityGroupMemberships(java.util.Collection<DBSecurityGroupMembership> dBSecurityGroupMemberships)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupMemberships - If the Option requires access to a port, then this DB Security Group
allows access to the port.
public java.util.List<VpcSecurityGroupMembership> getVpcSecurityGroupMemberships()
public void setVpcSecurityGroupMemberships(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
vpcSecurityGroupMemberships - If the Option requires access to a port, then this VPC Security Group
allows access to the port.public Option withVpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships)
Returns a reference to this object so that method calls can be chained together.
vpcSecurityGroupMemberships - If the Option requires access to a port, then this VPC Security Group
allows access to the port.
public Option withVpcSecurityGroupMemberships(java.util.Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
Returns a reference to this object so that method calls can be chained together.
vpcSecurityGroupMemberships - If the Option requires access to a port, then this VPC Security Group
allows access to the port.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||