|
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.OptionConfiguration
public class OptionConfiguration
Option Configuration
| Constructor Summary | |
|---|---|
OptionConfiguration()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getDBSecurityGroupMemberships()
Returns the value of the DBSecurityGroupMemberships property for this object. |
java.lang.String |
getOptionName()
Returns the value of the OptionName property for this object. |
java.lang.Integer |
getPort()
Returns the value of the Port property for this object. |
int |
hashCode()
|
void |
setDBSecurityGroupMemberships(java.util.Collection<java.lang.String> dBSecurityGroupMemberships)
Sets the value of the DBSecurityGroupMemberships property for this object. |
void |
setOptionName(java.lang.String optionName)
Sets the value of the OptionName property for this object. |
void |
setPort(java.lang.Integer port)
Sets the value of the Port property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OptionConfiguration |
withDBSecurityGroupMemberships(java.util.Collection<java.lang.String> dBSecurityGroupMemberships)
Sets the value of the DBSecurityGroupMemberships property for this object. |
OptionConfiguration |
withDBSecurityGroupMemberships(java.lang.String... dBSecurityGroupMemberships)
Sets the value of the DBSecurityGroupMemberships property for this object. |
OptionConfiguration |
withOptionName(java.lang.String optionName)
Sets the value of the OptionName property for this object. |
OptionConfiguration |
withPort(java.lang.Integer port)
Sets the value of the Port property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OptionConfiguration()
| Method Detail |
|---|
public java.lang.String getOptionName()
public void setOptionName(java.lang.String optionName)
optionName - The new value for the OptionName property for this object.public OptionConfiguration withOptionName(java.lang.String optionName)
Returns a reference to this object so that method calls can be chained together.
optionName - The new value for the OptionName property for this object.
public java.lang.Integer getPort()
public void setPort(java.lang.Integer port)
port - The new value for the Port property for this object.public OptionConfiguration withPort(java.lang.Integer port)
Returns a reference to this object so that method calls can be chained together.
port - The new value for the Port property for this object.
public java.util.List<java.lang.String> getDBSecurityGroupMemberships()
public void setDBSecurityGroupMemberships(java.util.Collection<java.lang.String> dBSecurityGroupMemberships)
dBSecurityGroupMemberships - The new value for the DBSecurityGroupMemberships property for this
object.public OptionConfiguration withDBSecurityGroupMemberships(java.lang.String... dBSecurityGroupMemberships)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupMemberships - The new value for the DBSecurityGroupMemberships property for this
object.
public OptionConfiguration withDBSecurityGroupMemberships(java.util.Collection<java.lang.String> dBSecurityGroupMemberships)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupMemberships - The new value for the DBSecurityGroupMemberships property for this
object.
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 | ||||||