@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public StartWorkflowRunResult clone()