Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class Run

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.Run
All Implemented Interfaces:
Serializable

public class Run
extends Object
implements Serializable

Specifies the runId of a workflow execution.

See Also:
Serialized Form

Constructor Summary
Run()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Run

public Run()
Method Detail

getRunId

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.

Constraints:
Length: 1 - 64

Returns:
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.

setRunId

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.

Constraints:
Length: 1 - 64

Parameters:
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.

withRunId

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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 64

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.