@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElasticBeanstalkEnvironmentOptionSetting extends Object implements Serializable, Cloneable, StructuredPojo
A configuration option setting for the environment.
Constructor and Description |
---|
AwsElasticBeanstalkEnvironmentOptionSetting() |
Modifier and Type | Method and Description |
---|---|
AwsElasticBeanstalkEnvironmentOptionSetting |
clone() |
boolean |
equals(Object obj) |
String |
getNamespace()
The type of resource that the configuration option is associated with.
|
String |
getOptionName()
The name of the option.
|
String |
getResourceName()
The name of the resource.
|
String |
getValue()
The value of the configuration setting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNamespace(String namespace)
The type of resource that the configuration option is associated with.
|
void |
setOptionName(String optionName)
The name of the option.
|
void |
setResourceName(String resourceName)
The name of the resource.
|
void |
setValue(String value)
The value of the configuration setting.
|
String |
toString()
Returns a string representation of this object.
|
AwsElasticBeanstalkEnvironmentOptionSetting |
withNamespace(String namespace)
The type of resource that the configuration option is associated with.
|
AwsElasticBeanstalkEnvironmentOptionSetting |
withOptionName(String optionName)
The name of the option.
|
AwsElasticBeanstalkEnvironmentOptionSetting |
withResourceName(String resourceName)
The name of the resource.
|
AwsElasticBeanstalkEnvironmentOptionSetting |
withValue(String value)
The value of the configuration setting.
|
public AwsElasticBeanstalkEnvironmentOptionSetting()
public void setNamespace(String namespace)
The type of resource that the configuration option is associated with.
namespace
- The type of resource that the configuration option is associated with.public String getNamespace()
The type of resource that the configuration option is associated with.
public AwsElasticBeanstalkEnvironmentOptionSetting withNamespace(String namespace)
The type of resource that the configuration option is associated with.
namespace
- The type of resource that the configuration option is associated with.public void setOptionName(String optionName)
The name of the option.
optionName
- The name of the option.public String getOptionName()
The name of the option.
public AwsElasticBeanstalkEnvironmentOptionSetting withOptionName(String optionName)
The name of the option.
optionName
- The name of the option.public void setResourceName(String resourceName)
The name of the resource.
resourceName
- The name of the resource.public String getResourceName()
The name of the resource.
public AwsElasticBeanstalkEnvironmentOptionSetting withResourceName(String resourceName)
The name of the resource.
resourceName
- The name of the resource.public void setValue(String value)
The value of the configuration setting.
value
- The value of the configuration setting.public String getValue()
The value of the configuration setting.
public AwsElasticBeanstalkEnvironmentOptionSetting withValue(String value)
The value of the configuration setting.
value
- The value of the configuration setting.public String toString()
toString
in class Object
Object.toString()
public AwsElasticBeanstalkEnvironmentOptionSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.