@Generated(value="software.amazon.awssdk:codegen") public final class LastDeploymentInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LastDeploymentInfo.Builder,LastDeploymentInfo>
Information about the most recent attempted or successful deployment to a deployment group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LastDeploymentInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LastDeploymentInfo.Builder |
builder() |
Instant |
createTime()
A timestamp that indicates when the most recent deployment to the deployment group started.
|
String |
deploymentId()
The unique ID of a deployment.
|
Instant |
endTime()
A timestamp that indicates when the most recent deployment to the deployment group was complete.
|
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 LastDeploymentInfo.Builder> |
serializableBuilderClass() |
DeploymentStatus |
status()
The status of the most recent deployment.
|
String |
statusAsString()
The status of the most recent deployment.
|
LastDeploymentInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deploymentId()
The unique ID of a deployment.
public final DeploymentStatus status()
The status of the most recent deployment.
If the service returns an enum value that is not available in the current SDK version, status will
return DeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DeploymentStatuspublic final String statusAsString()
The status of the most recent deployment.
If the service returns an enum value that is not available in the current SDK version, status will
return DeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DeploymentStatuspublic final Instant endTime()
A timestamp that indicates when the most recent deployment to the deployment group was complete.
public final Instant createTime()
A timestamp that indicates when the most recent deployment to the deployment group started.
public LastDeploymentInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LastDeploymentInfo.Builder,LastDeploymentInfo>public static LastDeploymentInfo.Builder builder()
public static Class<? extends LastDeploymentInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.