@Generated(value="software.amazon.awssdk:codegen") public final class DeleteApplicationResponse extends MigrationHubRefactorSpacesResponse implements ToCopyableBuilder<DeleteApplicationResponse.Builder,DeleteApplicationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteApplicationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The ID of the application.
|
String |
arn()
The Amazon Resource Name (ARN) of the application.
|
static DeleteApplicationResponse.Builder |
builder() |
String |
environmentId()
The unique identifier of the application’s 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 application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteApplicationResponse.Builder> |
serializableBuilderClass() |
ApplicationState |
state()
The current state of the application.
|
String |
stateAsString()
The current state of the application.
|
DeleteApplicationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The ID of the application.
public final String arn()
The Amazon Resource Name (ARN) of the application.
public final String environmentId()
The unique identifier of the application’s environment.
public final Instant lastUpdatedTime()
A timestamp that indicates when the environment was last updated.
public final String name()
The name of the application.
public final ApplicationState state()
The current state of the application.
If the service returns an enum value that is not available in the current SDK version, state will return
ApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ApplicationStatepublic final String stateAsString()
The current state of the application.
If the service returns an enum value that is not available in the current SDK version, state will return
ApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ApplicationStatepublic DeleteApplicationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteApplicationResponse.Builder,DeleteApplicationResponse>toBuilder in class AwsResponsepublic static DeleteApplicationResponse.Builder builder()
public static Class<? extends DeleteApplicationResponse.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.