@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>
Contains a subset of the possible runtime environment attributes. Used in the environment list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentSummary.Builder |
builder() |
Instant |
creationTime()
The timestamp when the runtime environment was created.
|
EngineType |
engineType()
The target platform for the runtime environment.
|
String |
engineTypeAsString()
The target platform for the runtime environment.
|
String |
engineVersion()
The version of the runtime engine.
|
String |
environmentArn()
The Amazon Resource Name (ARN) of a particular runtime environment.
|
String |
environmentId()
The unique identifier of a particular runtime environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceType()
The instance type of the runtime environment.
|
String |
name()
The name of the runtime environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentSummary.Builder> |
serializableBuilderClass() |
EnvironmentLifecycle |
status()
The status of the runtime environment
|
String |
statusAsString()
The status of the runtime environment
|
EnvironmentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTime()
The timestamp when the runtime environment was created.
public final EngineType engineType()
The target platform for the runtime environment.
If the service returns an enum value that is not available in the current SDK version, engineType will
return EngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
engineTypeAsString().
EngineTypepublic final String engineTypeAsString()
The target platform for the runtime environment.
If the service returns an enum value that is not available in the current SDK version, engineType will
return EngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
engineTypeAsString().
EngineTypepublic final String engineVersion()
The version of the runtime engine.
public final String environmentArn()
The Amazon Resource Name (ARN) of a particular runtime environment.
public final String environmentId()
The unique identifier of a particular runtime environment.
public final String instanceType()
The instance type of the runtime environment.
public final String name()
The name of the runtime environment.
public final EnvironmentLifecycle status()
The status of the runtime environment
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
EnvironmentLifecyclepublic final String statusAsString()
The status of the runtime environment
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
EnvironmentLifecyclepublic EnvironmentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>public static EnvironmentSummary.Builder builder()
public static Class<? extends EnvironmentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.