@Generated(value="software.amazon.awssdk:codegen") public final class AwsElasticBeanstalkEnvironmentOptionSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsElasticBeanstalkEnvironmentOptionSetting.Builder,AwsElasticBeanstalkEnvironmentOptionSetting>
A configuration option setting for the environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsElasticBeanstalkEnvironmentOptionSetting.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsElasticBeanstalkEnvironmentOptionSetting.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namespace()
The type of resource that the configuration option is associated with.
|
String |
optionName()
The name of the option.
|
String |
resourceName()
The name of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsElasticBeanstalkEnvironmentOptionSetting.Builder> |
serializableBuilderClass() |
AwsElasticBeanstalkEnvironmentOptionSetting.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the configuration setting.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namespace()
The type of resource that the configuration option is associated with.
public final String optionName()
The name of the option.
public final String resourceName()
The name of the resource.
public final String value()
The value of the configuration setting.
public AwsElasticBeanstalkEnvironmentOptionSetting.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsElasticBeanstalkEnvironmentOptionSetting.Builder,AwsElasticBeanstalkEnvironmentOptionSetting>public static AwsElasticBeanstalkEnvironmentOptionSetting.Builder builder()
public static Class<? extends AwsElasticBeanstalkEnvironmentOptionSetting.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.