@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowTemplateSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains summary information about a workflow.
| Constructor and Description |
|---|
FlowTemplateSummary() |
| Modifier and Type | Method and Description |
|---|---|
FlowTemplateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the workflow.
|
Date |
getCreatedAt()
The date when the workflow was created.
|
String |
getId()
The ID of the workflow.
|
Long |
getRevisionNumber()
The revision number of the workflow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The ARN of the workflow.
|
void |
setCreatedAt(Date createdAt)
The date when the workflow was created.
|
void |
setId(String id)
The ID of the workflow.
|
void |
setRevisionNumber(Long revisionNumber)
The revision number of the workflow.
|
String |
toString()
Returns a string representation of this object.
|
FlowTemplateSummary |
withArn(String arn)
The ARN of the workflow.
|
FlowTemplateSummary |
withCreatedAt(Date createdAt)
The date when the workflow was created.
|
FlowTemplateSummary |
withId(String id)
The ID of the workflow.
|
FlowTemplateSummary |
withRevisionNumber(Long revisionNumber)
The revision number of the workflow.
|
public void setId(String id)
The ID of the workflow.
id - The ID of the workflow.public String getId()
The ID of the workflow.
public FlowTemplateSummary withId(String id)
The ID of the workflow.
id - The ID of the workflow.public void setArn(String arn)
The ARN of the workflow.
arn - The ARN of the workflow.public String getArn()
The ARN of the workflow.
public FlowTemplateSummary withArn(String arn)
The ARN of the workflow.
arn - The ARN of the workflow.public void setRevisionNumber(Long revisionNumber)
The revision number of the workflow.
revisionNumber - The revision number of the workflow.public Long getRevisionNumber()
The revision number of the workflow.
public FlowTemplateSummary withRevisionNumber(Long revisionNumber)
The revision number of the workflow.
revisionNumber - The revision number of the workflow.public void setCreatedAt(Date createdAt)
The date when the workflow was created.
createdAt - The date when the workflow was created.public Date getCreatedAt()
The date when the workflow was created.
public FlowTemplateSummary withCreatedAt(Date createdAt)
The date when the workflow was created.
createdAt - The date when the workflow was created.public String toString()
toString in class ObjectObject.toString()public FlowTemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.