|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.OptionSpecification
public class OptionSpecification
A specification identifying an individual configuration option.
| Constructor Summary | |
|---|---|
OptionSpecification()
Default constructor for a new OptionSpecification object. |
|
| Method Summary | |
|---|---|
String |
getNamespace()
A unique namespace identifying the option's associated AWS resource. |
String |
getOptionName()
The name of the configuration option. |
void |
setNamespace(String namespace)
A unique namespace identifying the option's associated AWS resource. |
void |
setOptionName(String optionName)
The name of the configuration option. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OptionSpecification |
withNamespace(String namespace)
A unique namespace identifying the option's associated AWS resource. |
OptionSpecification |
withOptionName(String optionName)
The name of the configuration option. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OptionSpecification()
| Method Detail |
|---|
public String getNamespace()
Constraints:
Length: 1 - 255
public void setNamespace(String namespace)
Constraints:
Length: 1 - 255
namespace - A unique namespace identifying the option's associated AWS resource.public OptionSpecification withNamespace(String namespace)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
namespace - A unique namespace identifying the option's associated AWS resource.
public String getOptionName()
Constraints:
Length: 1 - 100
public void setOptionName(String optionName)
Constraints:
Length: 1 - 100
optionName - The name of the configuration option.public OptionSpecification withOptionName(String optionName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
optionName - The name of the configuration option.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||