@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the flow version.
This data type is used in the following API operations:
Constructor and Description |
---|
FlowVersionSummary() |
Modifier and Type | Method and Description |
---|---|
FlowVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the flow that the version belongs to.
|
Date |
getCreatedAt()
The time at the flow version was created.
|
String |
getId()
The unique identifier of the flow.
|
String |
getStatus()
The status of the flow.
|
String |
getVersion()
The 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 that the version belongs to.
|
void |
setCreatedAt(Date createdAt)
The time at the flow version was created.
|
void |
setId(String id)
The unique identifier of the flow.
|
void |
setStatus(String status)
The status of the flow.
|
void |
setVersion(String version)
The version of the flow.
|
String |
toString()
Returns a string representation of this object.
|
FlowVersionSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the flow that the version belongs to.
|
FlowVersionSummary |
withCreatedAt(Date createdAt)
The time at the flow version was created.
|
FlowVersionSummary |
withId(String id)
The unique identifier of the flow.
|
FlowVersionSummary |
withStatus(FlowStatus status)
The status of the flow.
|
FlowVersionSummary |
withStatus(String status)
The status of the flow.
|
FlowVersionSummary |
withVersion(String version)
The version of the flow.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the flow that the version belongs to.
arn
- The Amazon Resource Name (ARN) of the flow that the version belongs to.public String getArn()
The Amazon Resource Name (ARN) of the flow that the version belongs to.
public FlowVersionSummary withArn(String arn)
The Amazon Resource Name (ARN) of the flow that the version belongs to.
arn
- The Amazon Resource Name (ARN) of the flow that the version belongs to.public void setCreatedAt(Date createdAt)
The time at the flow version was created.
createdAt
- The time at the flow version was created.public Date getCreatedAt()
The time at the flow version was created.
public FlowVersionSummary withCreatedAt(Date createdAt)
The time at the flow version was created.
createdAt
- The time at the flow version was created.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 FlowVersionSummary withId(String id)
The unique identifier of the flow.
id
- The unique identifier of the flow.public void setStatus(String status)
The status of the flow.
status
- The status of the flow.FlowStatus
public String getStatus()
The status of the flow.
FlowStatus
public FlowVersionSummary withStatus(String status)
The status of the flow.
status
- The status of the flow.FlowStatus
public FlowVersionSummary withStatus(FlowStatus status)
The status of the flow.
status
- The status of the flow.FlowStatus
public void setVersion(String version)
The version of the flow.
version
- The version of the flow.public String getVersion()
The version of the flow.
public FlowVersionSummary withVersion(String version)
The version of the flow.
version
- The version of the flow.public String toString()
toString
in class Object
Object.toString()
public FlowVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.