@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowExecutionSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains summary information about a flow execution.
Constructor and Description |
---|
FlowExecutionSummary() |
Modifier and Type | Method and Description |
---|---|
FlowExecutionSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date and time when the flow execution summary was created.
|
String |
getFlowExecutionId()
The ID of the flow execution.
|
String |
getFlowTemplateId()
The ID of the flow.
|
String |
getStatus()
The current status of the flow execution.
|
String |
getSystemInstanceId()
The ID of the system instance that contains the flow.
|
Date |
getUpdatedAt()
The date and time when the flow execution summary was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The date and time when the flow execution summary was created.
|
void |
setFlowExecutionId(String flowExecutionId)
The ID of the flow execution.
|
void |
setFlowTemplateId(String flowTemplateId)
The ID of the flow.
|
void |
setStatus(String status)
The current status of the flow execution.
|
void |
setSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
|
void |
setUpdatedAt(Date updatedAt)
The date and time when the flow execution summary was last updated.
|
String |
toString()
Returns a string representation of this object.
|
FlowExecutionSummary |
withCreatedAt(Date createdAt)
The date and time when the flow execution summary was created.
|
FlowExecutionSummary |
withFlowExecutionId(String flowExecutionId)
The ID of the flow execution.
|
FlowExecutionSummary |
withFlowTemplateId(String flowTemplateId)
The ID of the flow.
|
FlowExecutionSummary |
withStatus(FlowExecutionStatus status)
The current status of the flow execution.
|
FlowExecutionSummary |
withStatus(String status)
The current status of the flow execution.
|
FlowExecutionSummary |
withSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
|
FlowExecutionSummary |
withUpdatedAt(Date updatedAt)
The date and time when the flow execution summary was last updated.
|
public void setFlowExecutionId(String flowExecutionId)
The ID of the flow execution.
flowExecutionId
- The ID of the flow execution.public String getFlowExecutionId()
The ID of the flow execution.
public FlowExecutionSummary withFlowExecutionId(String flowExecutionId)
The ID of the flow execution.
flowExecutionId
- The ID of the flow execution.public void setStatus(String status)
The current status of the flow execution.
status
- The current status of the flow execution.FlowExecutionStatus
public String getStatus()
The current status of the flow execution.
FlowExecutionStatus
public FlowExecutionSummary withStatus(String status)
The current status of the flow execution.
status
- The current status of the flow execution.FlowExecutionStatus
public FlowExecutionSummary withStatus(FlowExecutionStatus status)
The current status of the flow execution.
status
- The current status of the flow execution.FlowExecutionStatus
public void setSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
systemInstanceId
- The ID of the system instance that contains the flow.public String getSystemInstanceId()
The ID of the system instance that contains the flow.
public FlowExecutionSummary withSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
systemInstanceId
- The ID of the system instance that contains the flow.public void setFlowTemplateId(String flowTemplateId)
The ID of the flow.
flowTemplateId
- The ID of the flow.public String getFlowTemplateId()
The ID of the flow.
public FlowExecutionSummary withFlowTemplateId(String flowTemplateId)
The ID of the flow.
flowTemplateId
- The ID of the flow.public void setCreatedAt(Date createdAt)
The date and time when the flow execution summary was created.
createdAt
- The date and time when the flow execution summary was created.public Date getCreatedAt()
The date and time when the flow execution summary was created.
public FlowExecutionSummary withCreatedAt(Date createdAt)
The date and time when the flow execution summary was created.
createdAt
- The date and time when the flow execution summary was created.public void setUpdatedAt(Date updatedAt)
The date and time when the flow execution summary was last updated.
updatedAt
- The date and time when the flow execution summary was last updated.public Date getUpdatedAt()
The date and time when the flow execution summary was last updated.
public FlowExecutionSummary withUpdatedAt(Date updatedAt)
The date and time when the flow execution summary was last updated.
updatedAt
- The date and time when the flow execution summary was last updated.public String toString()
toString
in class Object
Object.toString()
public FlowExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.