@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 |
getFlowArn()
The flow's Amazon Resource Name (ARN).
|
String |
getFlowStatus()
Indicates the current status of the flow.
|
int |
hashCode() |
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 |
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, setSdkResponseMetadatapublic 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.FlowStatuspublic String getFlowStatus()
Indicates the current status of the flow.
FlowStatuspublic StartFlowResult withFlowStatus(String flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatuspublic StartFlowResult withFlowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatuspublic String toString()
toString in class ObjectObject.toString()public StartFlowResult clone()
Copyright © 2020. All rights reserved.