@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddFlowOutputsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AddFlowOutputsResult() |
Modifier and Type | Method and Description |
---|---|
AddFlowOutputsResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The ARN of the flow that these outputs were added to.
|
List<Output> |
getOutputs()
The details of the newly added outputs.
|
int |
hashCode() |
void |
setFlowArn(String flowArn)
The ARN of the flow that these outputs were added to.
|
void |
setOutputs(Collection<Output> outputs)
The details of the newly added outputs.
|
String |
toString()
Returns a string representation of this object.
|
AddFlowOutputsResult |
withFlowArn(String flowArn)
The ARN of the flow that these outputs were added to.
|
AddFlowOutputsResult |
withOutputs(Collection<Output> outputs)
The details of the newly added outputs.
|
AddFlowOutputsResult |
withOutputs(Output... outputs)
The details of the newly added outputs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlowArn(String flowArn)
flowArn
- The ARN of the flow that these outputs were added to.public String getFlowArn()
public AddFlowOutputsResult withFlowArn(String flowArn)
flowArn
- The ARN of the flow that these outputs were added to.public List<Output> getOutputs()
public void setOutputs(Collection<Output> outputs)
outputs
- The details of the newly added outputs.public AddFlowOutputsResult withOutputs(Output... 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
- The details of the newly added outputs.public AddFlowOutputsResult withOutputs(Collection<Output> outputs)
outputs
- The details of the newly added outputs.public String toString()
toString
in class Object
Object.toString()
public AddFlowOutputsResult clone()