@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
runId of a workflow execution. |
int |
hashCode() |
void |
setRunId(String runId)
The
runId of a workflow execution. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Run |
withRunId(String runId)
The
runId of a workflow execution. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.