@Generated(value="software.amazon.awssdk:codegen") public final class Deployment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Deployment.Builder,Deployment>
Information about an application version deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Deployment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Deployment.Builder |
builder() |
Long |
deploymentId()
The ID of the deployment.
|
Instant |
deploymentTime()
For in-progress deployments, the time that the deployment started.
|
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 Deployment.Builder> |
serializableBuilderClass() |
String |
status()
The status of the deployment:
|
Deployment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionLabel()
The version label of the application version in the deployment.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String versionLabel()
The version label of the application version in the deployment.
public final Long deploymentId()
The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
public final String status()
The status of the deployment:
In Progress : The deployment is in progress.
Deployed : The deployment succeeded.
Failed : The deployment failed.
In Progress : The deployment is in progress.
Deployed : The deployment succeeded.
Failed : The deployment failed.
public final Instant deploymentTime()
For in-progress deployments, the time that the deployment started.
For completed deployments, the time that the deployment ended.
For completed deployments, the time that the deployment ended.
public Deployment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Deployment.Builder,Deployment>public static Deployment.Builder builder()
public static Class<? extends Deployment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.