@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCalculationExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartCalculationExecutionResult() |
Modifier and Type | Method and Description |
---|---|
StartCalculationExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getCalculationExecutionId()
The calculation execution UUID.
|
String |
getState()
CREATING - The calculation is in the process of being created. |
int |
hashCode() |
void |
setCalculationExecutionId(String calculationExecutionId)
The calculation execution UUID.
|
void |
setState(String state)
CREATING - The calculation is in the process of being created. |
String |
toString()
Returns a string representation of this object.
|
StartCalculationExecutionResult |
withCalculationExecutionId(String calculationExecutionId)
The calculation execution UUID.
|
StartCalculationExecutionResult |
withState(CalculationExecutionState state)
CREATING - The calculation is in the process of being created. |
StartCalculationExecutionResult |
withState(String state)
CREATING - The calculation is in the process of being created. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCalculationExecutionId(String calculationExecutionId)
The calculation execution UUID.
calculationExecutionId
- The calculation execution UUID.public String getCalculationExecutionId()
The calculation execution UUID.
public StartCalculationExecutionResult withCalculationExecutionId(String calculationExecutionId)
The calculation execution UUID.
calculationExecutionId
- The calculation execution UUID.public void setState(String state)
CREATING
- The calculation is in the process of being created.
CREATED
- The calculation has been created and is ready to run.
QUEUED
- The calculation has been queued for processing.
RUNNING
- The calculation is running.
CANCELING
- A request to cancel the calculation has been received and the system is working to stop
it.
CANCELED
- The calculation is no longer running as the result of a cancel request.
COMPLETED
- The calculation has completed without error.
FAILED
- The calculation failed and is no longer running.
state
- CREATING
- The calculation is in the process of being created.
CREATED
- The calculation has been created and is ready to run.
QUEUED
- The calculation has been queued for processing.
RUNNING
- The calculation is running.
CANCELING
- A request to cancel the calculation has been received and the system is working
to stop it.
CANCELED
- The calculation is no longer running as the result of a cancel request.
COMPLETED
- The calculation has completed without error.
FAILED
- The calculation failed and is no longer running.
CalculationExecutionState
public String getState()
CREATING
- The calculation is in the process of being created.
CREATED
- The calculation has been created and is ready to run.
QUEUED
- The calculation has been queued for processing.
RUNNING
- The calculation is running.
CANCELING
- A request to cancel the calculation has been received and the system is working to stop
it.
CANCELED
- The calculation is no longer running as the result of a cancel request.
COMPLETED
- The calculation has completed without error.
FAILED
- The calculation failed and is no longer running.
CREATING
- The calculation is in the process of being created.
CREATED
- The calculation has been created and is ready to run.
QUEUED
- The calculation has been queued for processing.
RUNNING
- The calculation is running.
CANCELING
- A request to cancel the calculation has been received and the system is working
to stop it.
CANCELED
- The calculation is no longer running as the result of a cancel request.
COMPLETED
- The calculation has completed without error.
FAILED
- The calculation failed and is no longer running.
CalculationExecutionState
public StartCalculationExecutionResult withState(String state)
CREATING
- The calculation is in the process of being created.
CREATED
- The calculation has been created and is ready to run.
QUEUED
- The calculation has been queued for processing.
RUNNING
- The calculation is running.
CANCELING
- A request to cancel the calculation has been received and the system is working to stop
it.
CANCELED
- The calculation is no longer running as the result of a cancel request.
COMPLETED
- The calculation has completed without error.
FAILED
- The calculation failed and is no longer running.
state
- CREATING
- The calculation is in the process of being created.
CREATED
- The calculation has been created and is ready to run.
QUEUED
- The calculation has been queued for processing.
RUNNING
- The calculation is running.
CANCELING
- A request to cancel the calculation has been received and the system is working
to stop it.
CANCELED
- The calculation is no longer running as the result of a cancel request.
COMPLETED
- The calculation has completed without error.
FAILED
- The calculation failed and is no longer running.
CalculationExecutionState
public StartCalculationExecutionResult withState(CalculationExecutionState state)
CREATING
- The calculation is in the process of being created.
CREATED
- The calculation has been created and is ready to run.
QUEUED
- The calculation has been queued for processing.
RUNNING
- The calculation is running.
CANCELING
- A request to cancel the calculation has been received and the system is working to stop
it.
CANCELED
- The calculation is no longer running as the result of a cancel request.
COMPLETED
- The calculation has completed without error.
FAILED
- The calculation failed and is no longer running.
state
- CREATING
- The calculation is in the process of being created.
CREATED
- The calculation has been created and is ready to run.
QUEUED
- The calculation has been queued for processing.
RUNNING
- The calculation is running.
CANCELING
- A request to cancel the calculation has been received and the system is working
to stop it.
CANCELED
- The calculation is no longer running as the result of a cancel request.
COMPLETED
- The calculation has completed without error.
FAILED
- The calculation failed and is no longer running.
CalculationExecutionState
public String toString()
toString
in class Object
Object.toString()
public StartCalculationExecutionResult clone()