@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 |
addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
WorkflowListItem |
clearMetadataEntries()
Removes all the entries added into Metadata.
|
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.
|
Map<String,String> |
getMetadata()
Any metadata available for workflow.
|
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 |
setMetadata(Map<String,String> metadata)
Any metadata available for workflow.
|
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 |
withMetadata(Map<String,String> metadata)
Any metadata available for workflow.
|
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 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 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 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 Map<String,String> getMetadata()
Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.
public void setMetadata(Map<String,String> metadata)
Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.
metadata
- Any metadata available for workflow. The information listed may vary depending on the workflow, and there
may also be no metadata to return.public WorkflowListItem withMetadata(Map<String,String> metadata)
Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.
metadata
- Any metadata available for workflow. The information listed may vary depending on the workflow, and there
may also be no metadata to return.public WorkflowListItem addMetadataEntry(String key, String value)
public WorkflowListItem clearMetadataEntries()
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.