@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowExecution extends Object implements Serializable, Cloneable, StructuredPojo
Represents a workflow execution.
Constructor and Description |
---|
WorkflowExecution() |
Modifier and Type | Method and Description |
---|---|
WorkflowExecution |
clone() |
boolean |
equals(Object obj) |
String |
getRunId()
A system-generated unique identifier for the workflow execution.
|
String |
getWorkflowId()
The user defined identifier associated with the workflow execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRunId(String runId)
A system-generated unique identifier for the workflow execution.
|
void |
setWorkflowId(String workflowId)
The user defined identifier associated with the workflow execution.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
WorkflowExecution |
withRunId(String runId)
A system-generated unique identifier for the workflow execution.
|
WorkflowExecution |
withWorkflowId(String workflowId)
The user defined identifier associated with the workflow execution.
|
public void setWorkflowId(String workflowId)
The user defined identifier associated with the workflow execution.
workflowId
- The user defined identifier associated with the workflow execution.public String getWorkflowId()
The user defined identifier associated with the workflow execution.
public WorkflowExecution withWorkflowId(String workflowId)
The user defined identifier associated with the workflow execution.
workflowId
- The user defined identifier associated with the workflow execution.public void setRunId(String runId)
A system-generated unique identifier for the workflow execution.
runId
- A system-generated unique identifier for the workflow execution.public String getRunId()
A system-generated unique identifier for the workflow execution.
public WorkflowExecution withRunId(String runId)
A system-generated unique identifier for the workflow execution.
runId
- A system-generated unique identifier for the workflow execution.public String toString()
toString
in class Object
Object.toString()
public WorkflowExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.