Class EdgeDeploymentPlanSummary

    • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)