@Generated(value="software.amazon.awssdk:codegen") public final class DeleteEnvironmentResponse extends MigrationHubRefactorSpacesResponse implements ToCopyableBuilder<DeleteEnvironmentResponse.Builder,DeleteEnvironmentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteEnvironmentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the environment.
|
static DeleteEnvironmentResponse.Builder |
builder() |
String |
environmentId()
The unique identifier of the environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
A timestamp that indicates when the environment was last updated.
|
String |
name()
The name of the environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteEnvironmentResponse.Builder> |
serializableBuilderClass() |
EnvironmentState |
state()
The current state of the environment.
|
String |
stateAsString()
The current state of the environment.
|
DeleteEnvironmentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the environment.
public final String environmentId()
The unique identifier of the environment.
public final Instant lastUpdatedTime()
A timestamp that indicates when the environment was last updated.
public final String name()
The name of the environment.
public final EnvironmentState state()
The current state of the environment.
If the service returns an enum value that is not available in the current SDK version, state will return
EnvironmentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
EnvironmentStatepublic final String stateAsString()
The current state of the environment.
If the service returns an enum value that is not available in the current SDK version, state will return
EnvironmentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
EnvironmentStatepublic DeleteEnvironmentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteEnvironmentResponse.Builder,DeleteEnvironmentResponse>toBuilder in class AwsResponsepublic static DeleteEnvironmentResponse.Builder builder()
public static Class<? extends DeleteEnvironmentResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.