@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartWorkflowRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartWorkflowRunResult() |
| Modifier and Type | Method and Description |
|---|---|
StartWorkflowRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getRunId()
An Id for the new run.
|
int |
hashCode() |
void |
setRunId(String runId)
An Id for the new run.
|
String |
toString()
Returns a string representation of this object.
|
StartWorkflowRunResult |
withRunId(String runId)
An Id for the new run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRunId(String runId)
An Id for the new run.
runId - An Id for the new run.public String getRunId()
An Id for the new run.
public StartWorkflowRunResult withRunId(String runId)
An Id for the new run.
runId - An Id for the new run.public String toString()
toString in class ObjectObject.toString()public StartWorkflowRunResult clone()