@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowOutputResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateFlowOutputResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFlowOutputResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The ARN of the flow that is associated with the updated output.
|
Output |
getOutput()
The new settings of the output that you updated.
|
int |
hashCode() |
void |
setFlowArn(String flowArn)
The ARN of the flow that is associated with the updated output.
|
void |
setOutput(Output output)
The new settings of the output that you updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowOutputResult |
withFlowArn(String flowArn)
The ARN of the flow that is associated with the updated output.
|
UpdateFlowOutputResult |
withOutput(Output output)
The new settings of the output that you updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlowArn(String flowArn)
flowArn
- The ARN of the flow that is associated with the updated output.public String getFlowArn()
public UpdateFlowOutputResult withFlowArn(String flowArn)
flowArn
- The ARN of the flow that is associated with the updated output.public void setOutput(Output output)
output
- The new settings of the output that you updated.public Output getOutput()
public UpdateFlowOutputResult withOutput(Output output)
output
- The new settings of the output that you updated.public String toString()
toString
in class Object
Object.toString()
public UpdateFlowOutputResult clone()