|
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(String namespace,
String optionName,
String value)
Constructs a new ConfigurationOptionSetting object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getNamespace()
A unique namespace identifying the option's associated AWS resource. |
String |
getOptionName()
The name of the configuration option. |
String |
getValue()
The current value for the configuration option. |
int |
hashCode()
|
void |
setNamespace(String namespace)
A unique namespace identifying the option's associated AWS resource. |
void |
setOptionName(String optionName)
The name of the configuration option. |
void |
setValue(String value)
The current value for the configuration option. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ConfigurationOptionSetting |
withNamespace(String namespace)
A unique namespace identifying the option's associated AWS resource. |
ConfigurationOptionSetting |
withOptionName(String optionName)
The name of the configuration option. |
ConfigurationOptionSetting |
withValue(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(String namespace,
String optionName,
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 String getNamespace()
public void setNamespace(String namespace)
namespace - A unique namespace identifying the option's associated AWS resource.public ConfigurationOptionSetting withNamespace(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 String getOptionName()
public void setOptionName(String optionName)
optionName - The name of the configuration option.public ConfigurationOptionSetting withOptionName(String optionName)
Returns a reference to this object so that method calls can be chained together.
optionName - The name of the configuration option.
public String getValue()
public void setValue(String value)
value - The current value for the configuration option.public ConfigurationOptionSetting withValue(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 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 | ||||||