@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveFlowOutputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| RemoveFlowOutputRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoveFlowOutputRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getFlowArn()The flow that you want to remove an output from. | 
| String | getOutputArn()The ARN of the output that you want to remove. | 
| int | hashCode() | 
| void | setFlowArn(String flowArn)The flow that you want to remove an output from. | 
| void | setOutputArn(String outputArn)The ARN of the output that you want to remove. | 
| String | toString()Returns a string representation of this object. | 
| RemoveFlowOutputRequest | withFlowArn(String flowArn)The flow that you want to remove an output from. | 
| RemoveFlowOutputRequest | withOutputArn(String outputArn)The ARN of the output that you want to remove. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFlowArn(String flowArn)
flowArn - The flow that you want to remove an output from.public String getFlowArn()
public RemoveFlowOutputRequest withFlowArn(String flowArn)
flowArn - The flow that you want to remove an output from.public void setOutputArn(String outputArn)
outputArn - The ARN of the output that you want to remove.public String getOutputArn()
public RemoveFlowOutputRequest withOutputArn(String outputArn)
outputArn - The ARN of the output that you want to remove.public String toString()
toString in class ObjectObject.toString()public RemoveFlowOutputRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()