@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddFlowOutputsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddFlowOutputsRequest() |
Modifier and Type | Method and Description |
---|---|
AddFlowOutputsRequest |
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 add outputs to.
|
List<AddOutputRequest> |
getOutputs()
A list of outputs that you want to add.
|
int |
hashCode() |
void |
setFlowArn(String flowArn)
The flow that you want to add outputs to.
|
void |
setOutputs(Collection<AddOutputRequest> outputs)
A list of outputs that you want to add.
|
String |
toString()
Returns a string representation of this object.
|
AddFlowOutputsRequest |
withFlowArn(String flowArn)
The flow that you want to add outputs to.
|
AddFlowOutputsRequest |
withOutputs(AddOutputRequest... outputs)
A list of outputs that you want to add.
|
AddFlowOutputsRequest |
withOutputs(Collection<AddOutputRequest> outputs)
A list of outputs that you want to add.
|
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, withSdkRequestTimeout
public void setFlowArn(String flowArn)
flowArn
- The flow that you want to add outputs to.public String getFlowArn()
public AddFlowOutputsRequest withFlowArn(String flowArn)
flowArn
- The flow that you want to add outputs to.public List<AddOutputRequest> getOutputs()
public void setOutputs(Collection<AddOutputRequest> outputs)
outputs
- A list of outputs that you want to add.public AddFlowOutputsRequest withOutputs(AddOutputRequest... outputs)
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection)
or withOutputs(java.util.Collection)
if you want to override
the existing values.
outputs
- A list of outputs that you want to add.public AddFlowOutputsRequest withOutputs(Collection<AddOutputRequest> outputs)
outputs
- A list of outputs that you want to add.public String toString()
toString
in class Object
Object.toString()
public AddFlowOutputsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()