Class CancelDataRepositoryTaskResponse

    • Method Detail

      • lifecycle

        public final DataRepositoryTaskLifecycle lifecycle()

        The lifecycle status of the data repository task, as follows:

        • PENDING - Amazon FSx has not started the task.

        • EXECUTING - Amazon FSx is processing the task.

        • FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.

        • SUCCEEDED - FSx completed the task successfully.

        • CANCELED - Amazon FSx canceled the task and it did not complete.

        • CANCELING - FSx is in process of canceling the task.

        If the service returns an enum value that is not available in the current SDK version, lifecycle will return DataRepositoryTaskLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from lifecycleAsString().

        Returns:
        The lifecycle status of the data repository task, as follows:

        • PENDING - Amazon FSx has not started the task.

        • EXECUTING - Amazon FSx is processing the task.

        • FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.

        • SUCCEEDED - FSx completed the task successfully.

        • CANCELED - Amazon FSx canceled the task and it did not complete.

        • CANCELING - FSx is in process of canceling the task.

        See Also:
        DataRepositoryTaskLifecycle
      • lifecycleAsString

        public final String lifecycleAsString()

        The lifecycle status of the data repository task, as follows:

        • PENDING - Amazon FSx has not started the task.

        • EXECUTING - Amazon FSx is processing the task.

        • FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.

        • SUCCEEDED - FSx completed the task successfully.

        • CANCELED - Amazon FSx canceled the task and it did not complete.

        • CANCELING - FSx is in process of canceling the task.

        If the service returns an enum value that is not available in the current SDK version, lifecycle will return DataRepositoryTaskLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from lifecycleAsString().

        Returns:
        The lifecycle status of the data repository task, as follows:

        • PENDING - Amazon FSx has not started the task.

        • EXECUTING - Amazon FSx is processing the task.

        • FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.

        • SUCCEEDED - FSx completed the task successfully.

        • CANCELED - Amazon FSx canceled the task and it did not complete.

        • CANCELING - FSx is in process of canceling the task.

        See Also:
        DataRepositoryTaskLifecycle
      • taskId

        public final String taskId()

        The ID of the task being canceled.

        Returns:
        The ID of the task being canceled.
      • 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