@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 |
getName()
Name of the workflow specified in input.
|
int |
hashCode() |
void |
setName(String name)
Name of the workflow specified in input.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkflowResult |
withName(String name)
Name of the workflow specified in input.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
Name of the workflow specified in input.
name
- Name of the workflow specified in input.public String getName()
Name of the workflow specified in input.
public DeleteWorkflowResult withName(String name)
Name of the workflow specified in input.
name
- Name of the workflow specified in input.public String toString()
toString
in class Object
Object.toString()
public DeleteWorkflowResult clone()