@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWorkflowResult() |
Modifier and Type | Method and Description |
---|---|
CreateWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getWorkflowId()
A unique identifier for the workflow.
|
int |
hashCode() |
void |
setWorkflowId(String workflowId)
A unique identifier for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkflowResult |
withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId
- A unique identifier for the workflow.public String getWorkflowId()
A unique identifier for the workflow.
public CreateWorkflowResult withWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId
- A unique identifier for the workflow.public String toString()
toString
in class Object
Object.toString()
public CreateWorkflowResult clone()