Class EnvironmentState
- java.lang.Object
-
- software.amazon.awssdk.services.proton.model.EnvironmentState
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EnvironmentState.Builder,EnvironmentState>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnvironmentState.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnvironmentState.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EnvironmentState.Builder>serializableBuilderClass()Stringspec()The environment spec that was used to create the environment.StringtemplateMajorVersion()The major version of the environment template that was used to create the environment.StringtemplateMinorVersion()The minor version of the environment template that was used to create the environment.StringtemplateName()The name of the environment template that was used to create the environment.EnvironmentState.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
spec
public final String spec()
The environment spec that was used to create the environment.
- Returns:
- The environment spec that was used to create the environment.
-
templateMajorVersion
public final String templateMajorVersion()
The major version of the environment template that was used to create the environment.
- Returns:
- The major version of the environment template that was used to create the environment.
-
templateMinorVersion
public final String templateMinorVersion()
The minor version of the environment template that was used to create the environment.
- Returns:
- The minor version of the environment template that was used to create the environment.
-
templateName
public final String templateName()
The name of the environment template that was used to create the environment.
- Returns:
- The name of the environment template that was used to create the environment.
-
toBuilder
public EnvironmentState.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnvironmentState.Builder,EnvironmentState>
-
builder
public static EnvironmentState.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnvironmentState.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-