@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 ARN of the flow that you stopped.
|
String |
getStatus()
The status of the flow when the StopFlow process begins.
|
int |
hashCode() |
void |
setFlowArn(String flowArn)
The ARN of the flow that you stopped.
|
void |
setStatus(String status)
The status of the flow when the StopFlow process begins.
|
String |
toString()
Returns a string representation of this object.
|
StopFlowResult |
withFlowArn(String flowArn)
The ARN of the flow that you stopped.
|
StopFlowResult |
withStatus(Status status)
The status of the flow when the StopFlow process begins.
|
StopFlowResult |
withStatus(String status)
The status of the flow when the StopFlow process begins.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlowArn(String flowArn)
flowArn
- The ARN of the flow that you stopped.public String getFlowArn()
public StopFlowResult withFlowArn(String flowArn)
flowArn
- The ARN of the flow that you stopped.public void setStatus(String status)
status
- The status of the flow when the StopFlow process begins.Status
public String getStatus()
Status
public StopFlowResult withStatus(String status)
status
- The status of the flow when the StopFlow process begins.Status
public StopFlowResult withStatus(Status status)
status
- The status of the flow when the StopFlow process begins.Status
public String toString()
toString
in class Object
Object.toString()
public StopFlowResult clone()