@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartWorkflowResult() |
| Modifier and Type | Method and Description |
|---|---|
StartWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the migration workflow.
|
String |
getId()
The ID of the migration workflow.
|
Date |
getLastStartTime()
The time at which the migration workflow was last started.
|
String |
getStatus()
The status of the migration workflow.
|
String |
getStatusMessage()
The status message of the migration workflow.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
void |
setId(String id)
The ID of the migration workflow.
|
void |
setLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
|
void |
setStatus(String status)
The status of the migration workflow.
|
void |
setStatusMessage(String statusMessage)
The status message of the migration workflow.
|
String |
toString()
Returns a string representation of this object.
|
StartWorkflowResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
StartWorkflowResult |
withId(String id)
The ID of the migration workflow.
|
StartWorkflowResult |
withLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
|
StartWorkflowResult |
withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
StartWorkflowResult |
withStatus(String status)
The status of the migration workflow.
|
StartWorkflowResult |
withStatusMessage(String statusMessage)
The status message of the migration workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setId(String id)
The ID of the migration workflow.
id - The ID of the migration workflow.public String getId()
The ID of the migration workflow.
public StartWorkflowResult withId(String id)
The ID of the migration workflow.
id - The ID of the migration workflow.public void setArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
arn - The Amazon Resource Name (ARN) of the migration workflow.public String getArn()
The Amazon Resource Name (ARN) of the migration workflow.
public StartWorkflowResult withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
arn - The Amazon Resource Name (ARN) of the migration workflow.public void setStatus(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnumpublic String getStatus()
The status of the migration workflow.
MigrationWorkflowStatusEnumpublic StartWorkflowResult withStatus(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnumpublic StartWorkflowResult withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnumpublic void setStatusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage - The status message of the migration workflow.public String getStatusMessage()
The status message of the migration workflow.
public StartWorkflowResult withStatusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage - The status message of the migration workflow.public void setLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
lastStartTime - The time at which the migration workflow was last started.public Date getLastStartTime()
The time at which the migration workflow was last started.
public StartWorkflowResult withLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
lastStartTime - The time at which the migration workflow was last started.public String toString()
toString in class ObjectObject.toString()public StartWorkflowResult clone()