@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public CreateWorkflowResult clone()