@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 |
getWorkflowBuildVersionArn()
The ARN of the workflow resource that this request deleted.
|
int |
hashCode() |
void |
setWorkflowBuildVersionArn(String workflowBuildVersionArn)
The ARN of the workflow resource that this request deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkflowResult |
withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The ARN of the workflow resource that this request deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkflowBuildVersionArn(String workflowBuildVersionArn)
The ARN of the workflow resource that this request deleted.
workflowBuildVersionArn
- The ARN of the workflow resource that this request deleted.public String getWorkflowBuildVersionArn()
The ARN of the workflow resource that this request deleted.
public DeleteWorkflowResult withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The ARN of the workflow resource that this request deleted.
workflowBuildVersionArn
- The ARN of the workflow resource that this request deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteWorkflowResult clone()