@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateFlowResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFlowResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowStatus()
Indicates the current status of the flow.
|
int |
hashCode() |
void |
setFlowStatus(String flowStatus)
Indicates the current status of the flow.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowResult |
withFlowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
UpdateFlowResult |
withFlowStatus(String flowStatus)
Indicates the current status of the flow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateFlowResult withFlowStatus(String flowStatus)
Indicates the current status of the flow.
flowStatus
- Indicates the current status of the flow.FlowStatus
public UpdateFlowResult withFlowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
flowStatus
- Indicates the current status of the flow.FlowStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateFlowResult clone()