|
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.elasticbeanstalk.model.ConfigurationOptionSetting
public class ConfigurationOptionSetting
A specification identifying an individual configuration option along with its current value.
| Constructor Summary | |
|---|---|
ConfigurationOptionSetting()
Default constructor for a new ConfigurationOptionSetting object. |
|
ConfigurationOptionSetting(java.lang.String namespace,
java.lang.String optionName,
java.lang.String value)
Constructs a new ConfigurationOptionSetting object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getNamespace()
A unique namespace identifying the option's associated AWS resource. |
java.lang.String |
getOptionName()
The name of the configuration option. |
java.lang.String |
getValue()
The current value for the configuration option. |
int |
hashCode()
|
void |
setNamespace(java.lang.String namespace)
A unique namespace identifying the option's associated AWS resource. |
void |
setOptionName(java.lang.String optionName)
The name of the configuration option. |
void |
setValue(java.lang.String value)
The current value for the configuration option. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ConfigurationOptionSetting |
withNamespace(java.lang.String namespace)
A unique namespace identifying the option's associated AWS resource. |
ConfigurationOptionSetting |
withOptionName(java.lang.String optionName)
The name of the configuration option. |
ConfigurationOptionSetting |
withValue(java.lang.String value)
The current value for the configuration option. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationOptionSetting()
public ConfigurationOptionSetting(java.lang.String namespace,
java.lang.String optionName,
java.lang.String value)
namespace - A unique namespace identifying the option's
associated AWS resource.optionName - The name of the configuration option.value - The current value for the configuration option.| Method Detail |
|---|
public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace - A unique namespace identifying the option's associated AWS resource.public ConfigurationOptionSetting withNamespace(java.lang.String namespace)
Returns a reference to this object so that method calls can be chained together.
namespace - A unique namespace identifying the option's associated AWS resource.
public java.lang.String getOptionName()
public void setOptionName(java.lang.String optionName)
optionName - The name of the configuration option.public ConfigurationOptionSetting withOptionName(java.lang.String optionName)
Returns a reference to this object so that method calls can be chained together.
optionName - The name of the configuration option.
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The current value for the configuration option.public ConfigurationOptionSetting withValue(java.lang.String value)
Returns a reference to this object so that method calls can be chained together.
value - The current value for the configuration option.
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 | ||||||