@Generated(value="software.amazon.awssdk:codegen") public final class AwsElasticBeanstalkEnvironmentTier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsElasticBeanstalkEnvironmentTier.Builder,AwsElasticBeanstalkEnvironmentTier>
Contains information about the tier of the environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsElasticBeanstalkEnvironmentTier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsElasticBeanstalkEnvironmentTier.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the environment tier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsElasticBeanstalkEnvironmentTier.Builder> |
serializableBuilderClass() |
AwsElasticBeanstalkEnvironmentTier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of environment tier.
|
String |
version()
The version of the environment tier.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the environment tier. Valid values are WebServer or Worker.
WebServer or Worker.public final String type()
The type of environment tier. Valid values are Standard or SQS/HTTP.
Standard or SQS/HTTP.public final String version()
The version of the environment tier.
public AwsElasticBeanstalkEnvironmentTier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsElasticBeanstalkEnvironmentTier.Builder,AwsElasticBeanstalkEnvironmentTier>public static AwsElasticBeanstalkEnvironmentTier.Builder builder()
public static Class<? extends AwsElasticBeanstalkEnvironmentTier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.