@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowListItem extends Object implements Serializable, Cloneable, StructuredPojo
A workflow.
Constructor and Description |
---|
WorkflowListItem() |
Modifier and Type | Method and Description |
---|---|
WorkflowListItem |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The workflow's ARN.
|
Date |
getCreationTime()
When the workflow was created.
|
String |
getDigest()
The workflow's digest.
|
String |
getId()
The workflow's ID.
|
String |
getName()
The workflow's name.
|
String |
getStatus()
The workflow's status.
|
String |
getType()
The workflow's type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The workflow's ARN.
|
void |
setCreationTime(Date creationTime)
When the workflow was created.
|
void |
setDigest(String digest)
The workflow's digest.
|
void |
setId(String id)
The workflow's ID.
|
void |
setName(String name)
The workflow's name.
|
void |
setStatus(String status)
The workflow's status.
|
void |
setType(String type)
The workflow's type.
|
String |
toString()
Returns a string representation of this object.
|
WorkflowListItem |
withArn(String arn)
The workflow's ARN.
|
WorkflowListItem |
withCreationTime(Date creationTime)
When the workflow was created.
|
WorkflowListItem |
withDigest(String digest)
The workflow's digest.
|
WorkflowListItem |
withId(String id)
The workflow's ID.
|
WorkflowListItem |
withName(String name)
The workflow's name.
|
WorkflowListItem |
withStatus(String status)
The workflow's status.
|
WorkflowListItem |
withStatus(WorkflowStatus status)
The workflow's status.
|
WorkflowListItem |
withType(String type)
The workflow's type.
|
WorkflowListItem |
withType(WorkflowType type)
The workflow's type.
|
public void setArn(String arn)
The workflow's ARN.
arn
- The workflow's ARN.public String getArn()
The workflow's ARN.
public WorkflowListItem withArn(String arn)
The workflow's ARN.
arn
- The workflow's ARN.public void setCreationTime(Date creationTime)
When the workflow was created.
creationTime
- When the workflow was created.public Date getCreationTime()
When the workflow was created.
public WorkflowListItem withCreationTime(Date creationTime)
When the workflow was created.
creationTime
- When the workflow was created.public void setDigest(String digest)
The workflow's digest.
digest
- The workflow's digest.public String getDigest()
The workflow's digest.
public WorkflowListItem withDigest(String digest)
The workflow's digest.
digest
- The workflow's digest.public void setId(String id)
The workflow's ID.
id
- The workflow's ID.public String getId()
The workflow's ID.
public WorkflowListItem withId(String id)
The workflow's ID.
id
- The workflow's ID.public void setName(String name)
The workflow's name.
name
- The workflow's name.public String getName()
The workflow's name.
public WorkflowListItem withName(String name)
The workflow's name.
name
- The workflow's name.public void setStatus(String status)
The workflow's status.
status
- The workflow's status.WorkflowStatus
public String getStatus()
The workflow's status.
WorkflowStatus
public WorkflowListItem withStatus(String status)
The workflow's status.
status
- The workflow's status.WorkflowStatus
public WorkflowListItem withStatus(WorkflowStatus status)
The workflow's status.
status
- The workflow's status.WorkflowStatus
public void setType(String type)
The workflow's type.
type
- The workflow's type.WorkflowType
public String getType()
The workflow's type.
WorkflowType
public WorkflowListItem withType(String type)
The workflow's type.
type
- The workflow's type.WorkflowType
public WorkflowListItem withType(WorkflowType type)
The workflow's type.
type
- The workflow's type.WorkflowType
public String toString()
toString
in class Object
Object.toString()
public WorkflowListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.