@Generated(value="software.amazon.awssdk:codegen") public final class EdgeDeploymentPlanSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeDeploymentPlanSummary.Builder,EdgeDeploymentPlanSummary>
Contains information summarizing an edge deployment plan.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EdgeDeploymentPlanSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EdgeDeploymentPlanSummary.Builder |
builder() |
Instant |
creationTime()
The time when the edge deployment plan was created.
|
String |
deviceFleetName()
The name of the device fleet used for the deployment.
|
Integer |
edgeDeploymentFailed()
The number of edge devices that failed the deployment.
|
Integer |
edgeDeploymentPending()
The number of edge devices yet to pick up the deployment, or in progress.
|
String |
edgeDeploymentPlanArn()
The ARN of the edge deployment plan.
|
String |
edgeDeploymentPlanName()
The name of the edge deployment plan.
|
Integer |
edgeDeploymentSuccess()
The number of edge devices with the successful deployment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The time when the edge deployment plan was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EdgeDeploymentPlanSummary.Builder> |
serializableBuilderClass() |
EdgeDeploymentPlanSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String edgeDeploymentPlanArn()
The ARN of the edge deployment plan.
public final String edgeDeploymentPlanName()
The name of the edge deployment plan.
public final String deviceFleetName()
The name of the device fleet used for the deployment.
public final Integer edgeDeploymentSuccess()
The number of edge devices with the successful deployment.
public final Integer edgeDeploymentPending()
The number of edge devices yet to pick up the deployment, or in progress.
public final Integer edgeDeploymentFailed()
The number of edge devices that failed the deployment.
public final Instant creationTime()
The time when the edge deployment plan was created.
public final Instant lastModifiedTime()
The time when the edge deployment plan was last updated.
public EdgeDeploymentPlanSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EdgeDeploymentPlanSummary.Builder,EdgeDeploymentPlanSummary>public static EdgeDeploymentPlanSummary.Builder builder()
public static Class<? extends EdgeDeploymentPlanSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.