@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OptionSpecification extends Object implements Serializable, Cloneable
A specification identifying an individual configuration option.
Constructor and Description |
---|
OptionSpecification() |
Modifier and Type | Method and Description |
---|---|
OptionSpecification |
clone() |
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 |
getResourceName()
A unique resource name for a time-based scaling 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 |
setResourceName(String resourceName)
A unique resource name for a time-based scaling 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.
|
OptionSpecification |
withResourceName(String resourceName)
A unique resource name for a time-based scaling configuration option.
|
public void setResourceName(String resourceName)
A unique resource name for a time-based scaling configuration option.
resourceName
- A unique resource name for a time-based scaling configuration option.public String getResourceName()
A unique resource name for a time-based scaling configuration option.
public OptionSpecification withResourceName(String resourceName)
A unique resource name for a time-based scaling configuration option.
resourceName
- A unique resource name for a time-based scaling configuration option.public void setNamespace(String namespace)
A unique namespace identifying the option's associated AWS resource.
namespace
- A unique namespace identifying the option's associated AWS resource.public String getNamespace()
A unique namespace identifying the option's associated AWS resource.
public OptionSpecification withNamespace(String namespace)
A unique namespace identifying the option's associated AWS resource.
namespace
- A unique namespace identifying the option's associated AWS resource.public void setOptionName(String optionName)
The name of the configuration option.
optionName
- The name of the configuration option.public String getOptionName()
The name of the configuration option.
public OptionSpecification withOptionName(String optionName)
The name of the configuration option.
optionName
- The name of the configuration option.public String toString()
toString
in class Object
Object.toString()
public OptionSpecification clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.