@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentTemplateVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentTemplateVersionSummary.Builder,EnvironmentTemplateVersionSummary>
A summary of the version of an environment template detail data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentTemplateVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the version of an environment template.
|
static EnvironmentTemplateVersionSummary.Builder |
builder() |
Instant |
createdAt()
The time when the version of an environment template was created.
|
String |
description()
A description of the 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 version of an environment template.
|
String |
recommendedMinorVersion()
The recommended minor version of the environment template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentTemplateVersionSummary.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 environment template.
|
EnvironmentTemplateVersionSummary.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 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 version of an environment template.
public final String recommendedMinorVersion()
The recommended minor version of the 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 environment template.
public EnvironmentTemplateVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentTemplateVersionSummary.Builder,EnvironmentTemplateVersionSummary>public static EnvironmentTemplateVersionSummary.Builder builder()
public static Class<? extends EnvironmentTemplateVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.