@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentSummary.Builder,DeploymentSummary>
A subset of information about a specific deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier of the application.
|
Integer |
applicationVersion()
The version of the application.
|
static DeploymentSummary.Builder |
builder() |
Instant |
creationTime()
The timestamp when the deployment was created.
|
String |
deploymentId()
The unique identifier of the deployment.
|
String |
environmentId()
The unique identifier of the runtime environment.
|
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 DeploymentSummary.Builder> |
serializableBuilderClass() |
DeploymentLifecycle |
status()
The current status of the deployment.
|
String |
statusAsString()
The current status of the deployment.
|
String |
statusReason()
The reason for the reported status.
|
DeploymentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The unique identifier of the application.
public final Integer applicationVersion()
The version of the application.
public final Instant creationTime()
The timestamp when the deployment was created.
public final String deploymentId()
The unique identifier of the deployment.
public final String environmentId()
The unique identifier of the runtime environment.
public final DeploymentLifecycle status()
The current 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 current 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 DeploymentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentSummary.Builder,DeploymentSummary>public static DeploymentSummary.Builder builder()
public static Class<? extends DeploymentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.