@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunListItem extends Object implements Serializable, Cloneable, StructuredPojo
A workflow run.
Constructor and Description |
---|
RunListItem() |
Modifier and Type | Method and Description |
---|---|
RunListItem |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The run's ARN.
|
Date |
getCreationTime()
When the run was created.
|
String |
getId()
The run's ID.
|
String |
getName()
The run's name.
|
Integer |
getPriority()
The run's priority.
|
Date |
getStartTime()
When the run started.
|
String |
getStatus()
The run's status.
|
Date |
getStopTime()
When the run stopped.
|
Integer |
getStorageCapacity()
The run's storage capacity.
|
String |
getWorkflowId()
The run's workflow ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The run's ARN.
|
void |
setCreationTime(Date creationTime)
When the run was created.
|
void |
setId(String id)
The run's ID.
|
void |
setName(String name)
The run's name.
|
void |
setPriority(Integer priority)
The run's priority.
|
void |
setStartTime(Date startTime)
When the run started.
|
void |
setStatus(String status)
The run's status.
|
void |
setStopTime(Date stopTime)
When the run stopped.
|
void |
setStorageCapacity(Integer storageCapacity)
The run's storage capacity.
|
void |
setWorkflowId(String workflowId)
The run's workflow ID.
|
String |
toString()
Returns a string representation of this object.
|
RunListItem |
withArn(String arn)
The run's ARN.
|
RunListItem |
withCreationTime(Date creationTime)
When the run was created.
|
RunListItem |
withId(String id)
The run's ID.
|
RunListItem |
withName(String name)
The run's name.
|
RunListItem |
withPriority(Integer priority)
The run's priority.
|
RunListItem |
withStartTime(Date startTime)
When the run started.
|
RunListItem |
withStatus(RunStatus status)
The run's status.
|
RunListItem |
withStatus(String status)
The run's status.
|
RunListItem |
withStopTime(Date stopTime)
When the run stopped.
|
RunListItem |
withStorageCapacity(Integer storageCapacity)
The run's storage capacity.
|
RunListItem |
withWorkflowId(String workflowId)
The run's workflow ID.
|
public void setArn(String arn)
The run's ARN.
arn
- The run's ARN.public String getArn()
The run's ARN.
public RunListItem withArn(String arn)
The run's ARN.
arn
- The run's ARN.public void setId(String id)
The run's ID.
id
- The run's ID.public String getId()
The run's ID.
public RunListItem withId(String id)
The run's ID.
id
- The run's ID.public void setStatus(String status)
The run's status.
status
- The run's status.RunStatus
public String getStatus()
The run's status.
RunStatus
public RunListItem withStatus(String status)
The run's status.
status
- The run's status.RunStatus
public RunListItem withStatus(RunStatus status)
The run's status.
status
- The run's status.RunStatus
public void setWorkflowId(String workflowId)
The run's workflow ID.
workflowId
- The run's workflow ID.public String getWorkflowId()
The run's workflow ID.
public RunListItem withWorkflowId(String workflowId)
The run's workflow ID.
workflowId
- The run's workflow ID.public void setName(String name)
The run's name.
name
- The run's name.public String getName()
The run's name.
public RunListItem withName(String name)
The run's name.
name
- The run's name.public void setPriority(Integer priority)
The run's priority.
priority
- The run's priority.public Integer getPriority()
The run's priority.
public RunListItem withPriority(Integer priority)
The run's priority.
priority
- The run's priority.public void setStorageCapacity(Integer storageCapacity)
The run's storage capacity.
storageCapacity
- The run's storage capacity.public Integer getStorageCapacity()
The run's storage capacity.
public RunListItem withStorageCapacity(Integer storageCapacity)
The run's storage capacity.
storageCapacity
- The run's storage capacity.public void setCreationTime(Date creationTime)
When the run was created.
creationTime
- When the run was created.public Date getCreationTime()
When the run was created.
public RunListItem withCreationTime(Date creationTime)
When the run was created.
creationTime
- When the run was created.public void setStartTime(Date startTime)
When the run started.
startTime
- When the run started.public Date getStartTime()
When the run started.
public RunListItem withStartTime(Date startTime)
When the run started.
startTime
- When the run started.public void setStopTime(Date stopTime)
When the run stopped.
stopTime
- When the run stopped.public Date getStopTime()
When the run stopped.
public RunListItem withStopTime(Date stopTime)
When the run stopped.
stopTime
- When the run stopped.public String toString()
toString
in class Object
Object.toString()
public RunListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.