@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateWorkflowResult() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the workflow which was specified in input.
|
int |
hashCode() |
void |
setName(String name)
The name of the workflow which was specified in input.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkflowResult |
withName(String name)
The name of the workflow which was specified in input.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the workflow which was specified in input.
name
- The name of the workflow which was specified in input.public String getName()
The name of the workflow which was specified in input.
public UpdateWorkflowResult withName(String name)
The name of the workflow which was specified in input.
name
- The name of the workflow which was specified in input.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkflowResult clone()