Class DeviceDeploymentSummary

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

        public final String stageName()

        The name of the stage in the edge deployment plan.

        Returns:
        The name of the stage in the edge deployment plan.
      • deployedStageName

        public final String deployedStageName()

        The name of the deployed stage.

        Returns:
        The name of the deployed stage.
      • deviceFleetName

        public final String deviceFleetName()

        The name of the fleet to which the device belongs to.

        Returns:
        The name of the fleet to which the device belongs to.
      • deviceName

        public final String deviceName()

        The name of the device.

        Returns:
        The name of the device.
      • deviceArn

        public final String deviceArn()

        The ARN of the device.

        Returns:
        The ARN of the device.
      • deviceDeploymentStatusMessage

        public final String deviceDeploymentStatusMessage()

        The detailed error message for the deployoment status result.

        Returns:
        The detailed error message for the deployoment status result.
      • description

        public final String description()

        The description of the device.

        Returns:
        The description of the device.
      • deploymentStartTime

        public final Instant deploymentStartTime()

        The time when the deployment on the device started.

        Returns:
        The time when the deployment on the device started.
      • 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)