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