@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Run extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Specifies the runId of a workflow execution.
 
| Constructor and Description | 
|---|
| Run() | 
| Modifier and Type | Method and Description | 
|---|---|
| Run | clone() | 
| boolean | equals(Object obj) | 
| String | getRunId()
 The  runIdof a workflow execution. | 
| int | hashCode() | 
| void | setRunId(String runId)
 The  runIdof a workflow execution. | 
| String | toString()Returns a string representation of this object. | 
| Run | withRunId(String runId)
 The  runIdof a workflow execution. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRunId(String runId)
 The runId of a workflow execution. This ID is generated by the service and can be used to uniquely
 identify the workflow execution within a domain.
 
runId - The runId of a workflow execution. This ID is generated by the service and can be used to
        uniquely identify the workflow execution within a domain.public String getRunId()
 The runId of a workflow execution. This ID is generated by the service and can be used to uniquely
 identify the workflow execution within a domain.
 
runId of a workflow execution. This ID is generated by the service and can be used to
         uniquely identify the workflow execution within a domain.public Run withRunId(String runId)
 The runId of a workflow execution. This ID is generated by the service and can be used to uniquely
 identify the workflow execution within a domain.
 
runId - The runId of a workflow execution. This ID is generated by the service and can be used to
        uniquely identify the workflow execution within a domain.public String toString()
toString in class ObjectObject.toString()Copyright © 2022. All rights reserved.