@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartFlowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartFlowResult () |
| Modifier and Type | Method and Description |
|---|---|
StartFlowResult |
clone () |
boolean |
equals (Object obj) |
String |
getExecutionId ()
Returns the internal execution ID of an on-demand flow when the flow is started.
|
String |
getFlowArn ()
The flow's Amazon Resource Name (ARN).
|
String |
getFlowStatus ()
Indicates the current status of the flow.
|
int |
hashCode () |
void |
setExecutionId (String executionId)
Returns the internal execution ID of an on-demand flow when the flow is started.
|
void |
setFlowArn (String flowArn)
The flow's Amazon Resource Name (ARN).
|
void |
setFlowStatus (String flowStatus)
Indicates the current status of the flow.
|
String |
toString ()
Returns a string representation of this object.
|
StartFlowResult |
withExecutionId (String executionId)
Returns the internal execution ID of an on-demand flow when the flow is started.
|
StartFlowResult |
withFlowArn (String flowArn)
The flow's Amazon Resource Name (ARN).
|
StartFlowResult |
withFlowStatus (FlowStatus flowStatus)
Indicates the current status of the flow.
|
StartFlowResult |
withFlowStatus (String flowStatus)
Indicates the current status of the flow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public StartFlowResult()
public void setFlowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
flowArn - The flow's Amazon Resource Name (ARN).public String getFlowArn()
The flow's Amazon Resource Name (ARN).
public StartFlowResult withFlowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
flowArn - The flow's Amazon Resource Name (ARN).public void setFlowStatus(String flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatus public String getFlowStatus()
Indicates the current status of the flow.
FlowStatus public StartFlowResult withFlowStatus(String flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatus public StartFlowResult withFlowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatus public void setExecutionId(String executionId)
Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
executionId - Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or
event-triggered flows, this value is null.public String getExecutionId()
Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
public StartFlowResult withExecutionId(String executionId)
Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
executionId - Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or
event-triggered flows, this value is null.public String toString()
toString in class Object Object.toString() public StartFlowResult clone()