@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) |
Flow |
getFlow() |
int |
hashCode() |
void |
setFlow(Flow flow) |
String |
toString()
Returns a string representation of this object.
|
UpdateFlowResult |
withFlow(Flow flow) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlow(Flow flow)
flow
- public Flow getFlow()
public UpdateFlowResult withFlow(Flow flow)
flow
- public String toString()
toString
in class Object
Object.toString()
public UpdateFlowResult clone()