@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentTemplateVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentTemplateVersion.Builder,EnvironmentTemplateVersion>
The environment template version data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentTemplateVersion.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the version of an environment template.
|
static EnvironmentTemplateVersion.Builder |
builder() |
Instant |
createdAt()
The time when the version of an environment template was created.
|
String |
description()
A description of the minor version of an environment template.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedAt()
The time when the version of an environment template was last modified.
|
String |
majorVersion()
The latest major version that's associated with the version of an environment template.
|
String |
minorVersion()
The minor version of an environment template.
|
String |
recommendedMinorVersion()
The recommended minor version of the environment template.
|
String |
schema()
The schema of the version of an environment template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentTemplateVersion.Builder> |
serializableBuilderClass() |
TemplateVersionStatus |
status()
The status of the version of an environment template.
|
String |
statusAsString()
The status of the version of an environment template.
|
String |
statusMessage()
The status message of the version of an environment template.
|
String |
templateName()
The name of the version of an environment template.
|
EnvironmentTemplateVersion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the version of an environment template.
public final Instant createdAt()
The time when the version of an environment template was created.
public final String description()
A description of the minor version of an environment template.
public final Instant lastModifiedAt()
The time when the version of an environment template was last modified.
public final String majorVersion()
The latest major version that's associated with the version of an environment template.
public final String minorVersion()
The minor version of an environment template.
public final String recommendedMinorVersion()
The recommended minor version of the environment template.
public final String schema()
The schema of the version of an environment template.
public final TemplateVersionStatus status()
The status of the version of an environment template.
If the service returns an enum value that is not available in the current SDK version, status will
return TemplateVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
TemplateVersionStatuspublic final String statusAsString()
The status of the version of an environment template.
If the service returns an enum value that is not available in the current SDK version, status will
return TemplateVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
TemplateVersionStatuspublic final String statusMessage()
The status message of the version of an environment template.
public final String templateName()
The name of the version of an environment template.
public EnvironmentTemplateVersion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentTemplateVersion.Builder,EnvironmentTemplateVersion>public static EnvironmentTemplateVersion.Builder builder()
public static Class<? extends EnvironmentTemplateVersion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.