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