@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 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) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureResource()
If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services 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 final EnvironmentLifecycleStatus status()
The current creation or deletion lifecycle state of the environment.
CREATING: The environment is in the process of being created.
CREATED: The environment was successfully created.
CREATE_FAILED: The environment failed to be created.
DELETING: The environment is in the process of being deleted.
DELETE_FAILED: The environment failed to delete.
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().
CREATING: The environment is in the process of being created.
CREATED: The environment was successfully created.
CREATE_FAILED: The environment failed to be created.
DELETING: The environment is in the process of being deleted.
DELETE_FAILED: The environment failed to delete.
EnvironmentLifecycleStatuspublic final String statusAsString()
The current creation or deletion lifecycle state of the environment.
CREATING: The environment is in the process of being created.
CREATED: The environment was successfully created.
CREATE_FAILED: The environment failed to be created.
DELETING: The environment is in the process of being deleted.
DELETE_FAILED: The environment failed to delete.
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().
CREATING: The environment is in the process of being created.
CREATED: The environment was successfully created.
CREATE_FAILED: The environment failed to be created.
DELETING: The environment is in the process of being deleted.
DELETE_FAILED: The environment failed to delete.
EnvironmentLifecycleStatuspublic final String reason()
Any informational message about the lifecycle state of the environment.
public final String failureResource()
If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.