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