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 interfaceEdgeDeploymentPlanSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgeDeploymentPlanSummary.Builderbuilder()InstantcreationTime()The time when the edge deployment plan was created.StringdeviceFleetName()The name of the device fleet used for the deployment.IntegeredgeDeploymentFailed()The number of edge devices that failed the deployment.IntegeredgeDeploymentPending()The number of edge devices yet to pick up the deployment, or in progress.StringedgeDeploymentPlanArn()The ARN of the edge deployment plan.StringedgeDeploymentPlanName()The name of the edge deployment plan.IntegeredgeDeploymentSuccess()The number of edge devices with the successful deployment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()The time when the edge deployment plan was last updated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EdgeDeploymentPlanSummary.Builder>serializableBuilderClass()EdgeDeploymentPlanSummary.BuildertoBuilder()StringtoString()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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-