@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DeleteWorkflowResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteWorkflowResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getArn()
 The Amazon Resource Name (ARN) of the migration workflow. 
 | 
String | 
getId()
 The ID of the migration workflow. 
 | 
String | 
getStatus()
 The status 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 | 
setStatus(String status)
 The status of the migration workflow. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteWorkflowResult | 
withArn(String arn)
 The Amazon Resource Name (ARN) of the migration workflow. 
 | 
DeleteWorkflowResult | 
withId(String id)
 The ID of the migration workflow. 
 | 
DeleteWorkflowResult | 
withStatus(MigrationWorkflowStatusEnum status)
 The status of the migration workflow. 
 | 
DeleteWorkflowResult | 
withStatus(String status)
 The status 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 DeleteWorkflowResult 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 DeleteWorkflowResult 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 DeleteWorkflowResult withStatus(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnumpublic DeleteWorkflowResult withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnumpublic String toString()
toString in class ObjectObject.toString()public DeleteWorkflowResult clone()