@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentState.Builder,EnvironmentState>
The detailed data about the current state of the environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentState.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentState.Builder> |
serializableBuilderClass() |
String |
spec()
The environment spec that was used to create the environment.
|
String |
templateMajorVersion()
The major version of the environment template that was used to create the environment.
|
String |
templateMinorVersion()
The minor version of the environment template that was used to create the environment.
|
String |
templateName()
The name of the environment template that was used to create the environment.
|
EnvironmentState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String spec()
The environment spec that was used to create the environment.
public final String templateMajorVersion()
The major version of the environment template that was used to create the environment.
public final String templateMinorVersion()
The minor version of the environment template that was used to create the environment.
public final String templateName()
The name of the environment template that was used to create the environment.
public EnvironmentState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentState.Builder,EnvironmentState>public static EnvironmentState.Builder builder()
public static Class<? extends EnvironmentState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.