@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFlowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateFlowResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateFlowResult | 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. | 
| CreateFlowResult | withFlowArn(String flowArn)
 The flow's Amazon Resource Name (ARN). | 
| CreateFlowResult | withFlowStatus(FlowStatus flowStatus)
 Indicates the current status of the flow. | 
| CreateFlowResult | 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 CreateFlowResult 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 CreateFlowResult withFlowStatus(String flowStatus)
Indicates the current status of the flow.
flowStatus - Indicates the current status of the flow.FlowStatuspublic CreateFlowResult 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 CreateFlowResult clone()