public class OptionSpecification extends Object implements Serializable
A specification identifying an individual configuration option.
| Constructor and Description |
|---|
OptionSpecification()
Default constructor for a new OptionSpecification object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNamespace()
A unique namespace identifying the option's associated AWS resource.
|
String |
getOptionName()
The name of 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.
|
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.
|
public OptionSpecification()
public String getNamespace()
public void setNamespace(String namespace)
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.
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 OptionSpecification 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 toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.