@Generated(value="software.amazon.awssdk:codegen") public final class GetApplicationVersionResponse extends M2Response implements ToCopyableBuilder<GetApplicationVersionResponse.Builder,GetApplicationVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApplicationVersionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
applicationVersion()
The specific version of the application.
|
static GetApplicationVersionResponse.Builder |
builder() |
Instant |
creationTime()
The timestamp when the application version was created.
|
String |
definitionContent()
The content of the application definition.
|
String |
description()
The application description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the application version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetApplicationVersionResponse.Builder> |
serializableBuilderClass() |
ApplicationVersionLifecycle |
status()
The status of the application version.
|
String |
statusAsString()
The status of the application version.
|
String |
statusReason()
The reason for the reported status.
|
GetApplicationVersionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer applicationVersion()
The specific version of the application.
public final Instant creationTime()
The timestamp when the application version was created.
public final String definitionContent()
The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application.
public final String description()
The application description.
public final String name()
The name of the application version.
public final ApplicationVersionLifecycle status()
The status of the application version.
If the service returns an enum value that is not available in the current SDK version, status will
return ApplicationVersionLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ApplicationVersionLifecyclepublic final String statusAsString()
The status of the application version.
If the service returns an enum value that is not available in the current SDK version, status will
return ApplicationVersionLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ApplicationVersionLifecyclepublic final String statusReason()
The reason for the reported status.
public GetApplicationVersionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetApplicationVersionResponse.Builder,GetApplicationVersionResponse>toBuilder in class AwsResponsepublic static GetApplicationVersionResponse.Builder builder()
public static Class<? extends GetApplicationVersionResponse.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 © 2023. All rights reserved.