@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains the definition of a flow.
Constructor and Description |
---|
FlowSummary() |
Modifier and Type | Method and Description |
---|---|
FlowSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the flow.
|
Date |
getCreatedAt()
The time at which the flow was created.
|
String |
getDescription()
A description of the flow.
|
String |
getId()
The unique identifier of the flow.
|
String |
getName()
The name of the flow.
|
String |
getStatus()
The status of the flow.
|
Date |
getUpdatedAt()
The time at which the flow was last updated.
|
String |
getVersion()
The latest version of the flow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
void |
setCreatedAt(Date createdAt)
The time at which the flow was created.
|
void |
setDescription(String description)
A description of the flow.
|
void |
setId(String id)
The unique identifier of the flow.
|
void |
setName(String name)
The name of the flow.
|
void |
setStatus(String status)
The status of the flow.
|
void |
setUpdatedAt(Date updatedAt)
The time at which the flow was last updated.
|
void |
setVersion(String version)
The latest version of the flow.
|
String |
toString()
Returns a string representation of this object.
|
FlowSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
FlowSummary |
withCreatedAt(Date createdAt)
The time at which the flow was created.
|
FlowSummary |
withDescription(String description)
A description of the flow.
|
FlowSummary |
withId(String id)
The unique identifier of the flow.
|
FlowSummary |
withName(String name)
The name of the flow.
|
FlowSummary |
withStatus(FlowStatus status)
The status of the flow.
|
FlowSummary |
withStatus(String status)
The status of the flow.
|
FlowSummary |
withUpdatedAt(Date updatedAt)
The time at which the flow was last updated.
|
FlowSummary |
withVersion(String version)
The latest version of the flow.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the flow.
arn
- The Amazon Resource Name (ARN) of the flow.public String getArn()
The Amazon Resource Name (ARN) of the flow.
public FlowSummary withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
arn
- The Amazon Resource Name (ARN) of the flow.public void setCreatedAt(Date createdAt)
The time at which the flow was created.
createdAt
- The time at which the flow was created.public Date getCreatedAt()
The time at which the flow was created.
public FlowSummary withCreatedAt(Date createdAt)
The time at which the flow was created.
createdAt
- The time at which the flow was created.public void setDescription(String description)
A description of the flow.
description
- A description of the flow.public String getDescription()
A description of the flow.
public FlowSummary withDescription(String description)
A description of the flow.
description
- A description of the flow.public void setId(String id)
The unique identifier of the flow.
id
- The unique identifier of the flow.public String getId()
The unique identifier of the flow.
public FlowSummary withId(String id)
The unique identifier of the flow.
id
- The unique identifier of the flow.public void setName(String name)
The name of the flow.
name
- The name of the flow.public String getName()
The name of the flow.
public FlowSummary withName(String name)
The name of the flow.
name
- The name of the flow.public void setStatus(String status)
The status of the flow. The following statuses are possible:
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you
can't test it. If you updated the flow, the DRAFT
version won't contain the latest changes for
testing. Send a PrepareFlow request
to package the latest changes into the DRAFT
version.
Preparing – The flow is being prepared so that the DRAFT
version contains the latest changes for
testing.
Prepared – The flow is prepared and the DRAFT
version contains the latest changes for testing.
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and
check the error message in the validations
field.
status
- The status of the flow. The following statuses are possible:
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the
flow, you can't test it. If you updated the flow, the DRAFT
version won't contain the latest
changes for testing. Send a PrepareFlow
request to package the latest changes into the DRAFT
version.
Preparing – The flow is being prepared so that the DRAFT
version contains the latest changes
for testing.
Prepared – The flow is prepared and the DRAFT
version contains the latest changes for
testing.
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request
and check the error message in the validations
field.
FlowStatus
public String getStatus()
The status of the flow. The following statuses are possible:
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you
can't test it. If you updated the flow, the DRAFT
version won't contain the latest changes for
testing. Send a PrepareFlow request
to package the latest changes into the DRAFT
version.
Preparing – The flow is being prepared so that the DRAFT
version contains the latest changes for
testing.
Prepared – The flow is prepared and the DRAFT
version contains the latest changes for testing.
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and
check the error message in the validations
field.
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the
flow, you can't test it. If you updated the flow, the DRAFT
version won't contain the latest
changes for testing. Send a PrepareFlow
request to package the latest changes into the DRAFT
version.
Preparing – The flow is being prepared so that the DRAFT
version contains the latest changes
for testing.
Prepared – The flow is prepared and the DRAFT
version contains the latest changes for
testing.
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request
and check the error message in the validations
field.
FlowStatus
public FlowSummary withStatus(String status)
The status of the flow. The following statuses are possible:
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you
can't test it. If you updated the flow, the DRAFT
version won't contain the latest changes for
testing. Send a PrepareFlow request
to package the latest changes into the DRAFT
version.
Preparing – The flow is being prepared so that the DRAFT
version contains the latest changes for
testing.
Prepared – The flow is prepared and the DRAFT
version contains the latest changes for testing.
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and
check the error message in the validations
field.
status
- The status of the flow. The following statuses are possible:
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the
flow, you can't test it. If you updated the flow, the DRAFT
version won't contain the latest
changes for testing. Send a PrepareFlow
request to package the latest changes into the DRAFT
version.
Preparing – The flow is being prepared so that the DRAFT
version contains the latest changes
for testing.
Prepared – The flow is prepared and the DRAFT
version contains the latest changes for
testing.
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request
and check the error message in the validations
field.
FlowStatus
public FlowSummary withStatus(FlowStatus status)
The status of the flow. The following statuses are possible:
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you
can't test it. If you updated the flow, the DRAFT
version won't contain the latest changes for
testing. Send a PrepareFlow request
to package the latest changes into the DRAFT
version.
Preparing – The flow is being prepared so that the DRAFT
version contains the latest changes for
testing.
Prepared – The flow is prepared and the DRAFT
version contains the latest changes for testing.
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and
check the error message in the validations
field.
status
- The status of the flow. The following statuses are possible:
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the
flow, you can't test it. If you updated the flow, the DRAFT
version won't contain the latest
changes for testing. Send a PrepareFlow
request to package the latest changes into the DRAFT
version.
Preparing – The flow is being prepared so that the DRAFT
version contains the latest changes
for testing.
Prepared – The flow is prepared and the DRAFT
version contains the latest changes for
testing.
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request
and check the error message in the validations
field.
FlowStatus
public void setUpdatedAt(Date updatedAt)
The time at which the flow was last updated.
updatedAt
- The time at which the flow was last updated.public Date getUpdatedAt()
The time at which the flow was last updated.
public FlowSummary withUpdatedAt(Date updatedAt)
The time at which the flow was last updated.
updatedAt
- The time at which the flow was last updated.public void setVersion(String version)
The latest version of the flow.
version
- The latest version of the flow.public String getVersion()
The latest version of the flow.
public FlowSummary withVersion(String version)
The latest version of the flow.
version
- The latest version of the flow.public String toString()
toString
in class Object
Object.toString()
public FlowSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.