@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelDataRepositoryTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelDataRepositoryTaskResult() |
Modifier and Type | Method and Description |
---|---|
CancelDataRepositoryTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getLifecycle()
The lifecycle status of the data repository task, as follows:
|
String |
getTaskId()
The ID of the task being canceled.
|
int |
hashCode() |
void |
setLifecycle(String lifecycle)
The lifecycle status of the data repository task, as follows:
|
void |
setTaskId(String taskId)
The ID of the task being canceled.
|
String |
toString()
Returns a string representation of this object.
|
CancelDataRepositoryTaskResult |
withLifecycle(DataRepositoryTaskLifecycle lifecycle)
The lifecycle status of the data repository task, as follows:
|
CancelDataRepositoryTaskResult |
withLifecycle(String lifecycle)
The lifecycle status of the data repository task, as follows:
|
CancelDataRepositoryTaskResult |
withTaskId(String taskId)
The ID of the task being canceled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLifecycle(String 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.
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.
DataRepositoryTaskLifecycle
public String getLifecycle()
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.
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.
DataRepositoryTaskLifecycle
public CancelDataRepositoryTaskResult withLifecycle(String 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.
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.
DataRepositoryTaskLifecycle
public CancelDataRepositoryTaskResult withLifecycle(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.
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.
DataRepositoryTaskLifecycle
public void setTaskId(String taskId)
The ID of the task being canceled.
taskId
- The ID of the task being canceled.public String getTaskId()
The ID of the task being canceled.
public CancelDataRepositoryTaskResult withTaskId(String taskId)
The ID of the task being canceled.
taskId
- The ID of the task being canceled.public String toString()
toString
in class Object
Object.toString()
public CancelDataRepositoryTaskResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.