@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentLifecycle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentLifecycle.Builder,EnvironmentLifecycle>
Information about the current creation or deletion lifecycle state of an AWS Cloud9 development environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentLifecycle.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentLifecycle.Builder |
builder() |
boolean |
equals(Object obj) |
String |
failureResource()
If the environment failed to delete, the Amazon Resource Name (ARN) of the related AWS resource.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reason()
Any informational message about the lifecycle state of the environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentLifecycle.Builder> |
serializableBuilderClass() |
EnvironmentLifecycleStatus |
status()
The current creation or deletion lifecycle state of the environment.
|
String |
statusAsString()
The current creation or deletion lifecycle state of the environment.
|
EnvironmentLifecycle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic EnvironmentLifecycleStatus status()
The current creation or deletion lifecycle state of the environment.
CREATED: The environment was successfully created.
DELETE_FAILED: The environment failed to delete.
DELETING: The environment is in the process of being deleted.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentLifecycleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
CREATED: The environment was successfully created.
DELETE_FAILED: The environment failed to delete.
DELETING: The environment is in the process of being deleted.
EnvironmentLifecycleStatuspublic String statusAsString()
The current creation or deletion lifecycle state of the environment.
CREATED: The environment was successfully created.
DELETE_FAILED: The environment failed to delete.
DELETING: The environment is in the process of being deleted.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentLifecycleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
CREATED: The environment was successfully created.
DELETE_FAILED: The environment failed to delete.
DELETING: The environment is in the process of being deleted.
EnvironmentLifecycleStatuspublic String reason()
Any informational message about the lifecycle state of the environment.
public String failureResource()
If the environment failed to delete, the Amazon Resource Name (ARN) of the related AWS resource.
public EnvironmentLifecycle.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentLifecycle.Builder,EnvironmentLifecycle>public static EnvironmentLifecycle.Builder builder()
public static Class<? extends EnvironmentLifecycle.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.