|
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(Object obj)
|
List<String> |
getDBSecurityGroupMemberships()
Returns the value of the DBSecurityGroupMemberships property for this object. |
String |
getOptionName()
Returns the value of the OptionName property for this object. |
Integer |
getPort()
Returns the value of the Port property for this object. |
int |
hashCode()
|
void |
setDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
Sets the value of the DBSecurityGroupMemberships property for this object. |
void |
setOptionName(String optionName)
Sets the value of the OptionName property for this object. |
void |
setPort(Integer port)
Sets the value of the Port property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OptionConfiguration |
withDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
Sets the value of the DBSecurityGroupMemberships property for this object. |
OptionConfiguration |
withDBSecurityGroupMemberships(String... dBSecurityGroupMemberships)
Sets the value of the DBSecurityGroupMemberships property for this object. |
OptionConfiguration |
withOptionName(String optionName)
Sets the value of the OptionName property for this object. |
OptionConfiguration |
withPort(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 String getOptionName()
public void setOptionName(String optionName)
optionName - The new value for the OptionName property for this object.public OptionConfiguration withOptionName(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 Integer getPort()
public void setPort(Integer port)
port - The new value for the Port property for this object.public OptionConfiguration withPort(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 List<String> getDBSecurityGroupMemberships()
public void setDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
dBSecurityGroupMemberships - The new value for the DBSecurityGroupMemberships property for this
object.public OptionConfiguration withDBSecurityGroupMemberships(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(Collection<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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||