@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) |
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.WorkflowStatuspublic String getStatus()
The workflow's status.
WorkflowStatuspublic WorkflowListItem withStatus(String status)
The workflow's status.
status - The workflow's status.WorkflowStatuspublic WorkflowListItem withStatus(WorkflowStatus status)
The workflow's status.
status - The workflow's status.WorkflowStatuspublic void setType(String type)
The workflow's type.
type - The workflow's type.WorkflowTypepublic String getType()
The workflow's type.
WorkflowTypepublic WorkflowListItem withType(String type)
The workflow's type.
type - The workflow's type.WorkflowTypepublic WorkflowListItem withType(WorkflowType type)
The workflow's type.
type - The workflow's type.WorkflowTypepublic String toString()
toString in class ObjectObject.toString()public WorkflowListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.