@Generated(value="software.amazon.awssdk:codegen") public final class EdgeDeploymentStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeDeploymentStatus.Builder,EdgeDeploymentStatus>
Contains information summarizing the deployment stage results.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EdgeDeploymentStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EdgeDeploymentStatus.Builder |
builder() |
Integer |
edgeDeploymentFailedInStage()
The number of edge devices that failed the deployment in current stage.
|
Integer |
edgeDeploymentPendingInStage()
The number of edge devices yet to pick up the deployment in current stage, or in progress.
|
Instant |
edgeDeploymentStageStartTime()
The time when the deployment API started.
|
String |
edgeDeploymentStatusMessage()
A detailed message about deployment status in current stage.
|
Integer |
edgeDeploymentSuccessInStage()
The number of edge devices with the successful deployment in the current stage.
|
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 EdgeDeploymentStatus.Builder> |
serializableBuilderClass() |
StageStatus |
stageStatus()
The general status of the current stage.
|
String |
stageStatusAsString()
The general status of the current stage.
|
EdgeDeploymentStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StageStatus stageStatus()
The general status of the current stage.
If the service returns an enum value that is not available in the current SDK version, stageStatus will
return StageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stageStatusAsString().
StageStatuspublic final String stageStatusAsString()
The general status of the current stage.
If the service returns an enum value that is not available in the current SDK version, stageStatus will
return StageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stageStatusAsString().
StageStatuspublic final Integer edgeDeploymentSuccessInStage()
The number of edge devices with the successful deployment in the current stage.
public final Integer edgeDeploymentPendingInStage()
The number of edge devices yet to pick up the deployment in current stage, or in progress.
public final Integer edgeDeploymentFailedInStage()
The number of edge devices that failed the deployment in current stage.
public final String edgeDeploymentStatusMessage()
A detailed message about deployment status in current stage.
public final Instant edgeDeploymentStageStartTime()
The time when the deployment API started.
public EdgeDeploymentStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EdgeDeploymentStatus.Builder,EdgeDeploymentStatus>public static EdgeDeploymentStatus.Builder builder()
public static Class<? extends EdgeDeploymentStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.