Class EdgeDeploymentPlanSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EdgeDeploymentPlanSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<EdgeDeploymentPlanSummary.Builder,EdgeDeploymentPlanSummary>
@Generated("software.amazon.awssdk:codegen") public final class EdgeDeploymentPlanSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeDeploymentPlanSummary.Builder,EdgeDeploymentPlanSummary>
Contains information summarizing an edge deployment plan.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EdgeDeploymentPlanSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
edgeDeploymentPlanArn
public final String edgeDeploymentPlanArn()
The ARN of the edge deployment plan.
- Returns:
- The ARN of the edge deployment plan.
-
edgeDeploymentPlanName
public final String edgeDeploymentPlanName()
The name of the edge deployment plan.
- Returns:
- The name of the edge deployment plan.
-
deviceFleetName
public final String deviceFleetName()
The name of the device fleet used for the deployment.
- Returns:
- The name of the device fleet used for the deployment.
-
edgeDeploymentSuccess
public final Integer edgeDeploymentSuccess()
The number of edge devices with the successful deployment.
- Returns:
- The number of edge devices with the successful deployment.
-
edgeDeploymentPending
public final Integer edgeDeploymentPending()
The number of edge devices yet to pick up the deployment, or in progress.
- Returns:
- The number of edge devices yet to pick up the deployment, or in progress.
-
edgeDeploymentFailed
public final Integer edgeDeploymentFailed()
The number of edge devices that failed the deployment.
- Returns:
- The number of edge devices that failed the deployment.
-
creationTime
public final Instant creationTime()
The time when the edge deployment plan was created.
- Returns:
- The time when the edge deployment plan was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
The time when the edge deployment plan was last updated.
- Returns:
- The time when the edge deployment plan was last updated.
-
toBuilder
public EdgeDeploymentPlanSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<EdgeDeploymentPlanSummary.Builder,EdgeDeploymentPlanSummary>
-
builder
public static EdgeDeploymentPlanSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EdgeDeploymentPlanSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-