@Generated(value="software.amazon.awssdk:codegen") public final class DeployedVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeployedVersionSummary.Builder,DeployedVersionSummary>
Contains a summary of a deployed application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeployedVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
applicationVersion()
The version of the deployed application.
|
static DeployedVersionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeployedVersionSummary.Builder> |
serializableBuilderClass() |
DeploymentLifecycle |
status()
The status of the deployment.
|
String |
statusAsString()
The status of the deployment.
|
String |
statusReason()
The reason for the reported status.
|
DeployedVersionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer applicationVersion()
The version of the deployed application.
public final DeploymentLifecycle status()
The status of the deployment.
If the service returns an enum value that is not available in the current SDK version, status will
return DeploymentLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DeploymentLifecyclepublic final String statusAsString()
The status of the deployment.
If the service returns an enum value that is not available in the current SDK version, status will
return DeploymentLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DeploymentLifecyclepublic final String statusReason()
The reason for the reported status.
public DeployedVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeployedVersionSummary.Builder,DeployedVersionSummary>public static DeployedVersionSummary.Builder builder()
public static Class<? extends DeployedVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.