@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComponentOutputsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListComponentOutputsResult() |
Modifier and Type | Method and Description |
---|---|
ListComponentOutputsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates the location of the next output in the array of outputs, after the list of outputs that
was previously requested.
|
List<Output> |
getOutputs()
An array of component Infrastructure as Code (IaC) outputs.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs that
was previously requested.
|
void |
setOutputs(Collection<Output> outputs)
An array of component Infrastructure as Code (IaC) outputs.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentOutputsResult |
withNextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs that
was previously requested.
|
ListComponentOutputsResult |
withOutputs(Collection<Output> outputs)
An array of component Infrastructure as Code (IaC) outputs.
|
ListComponentOutputsResult |
withOutputs(Output... outputs)
An array of component Infrastructure as Code (IaC) outputs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
nextToken
- A token that indicates the location of the next output in the array of outputs, after the list of outputs
that was previously requested.public String getNextToken()
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
public ListComponentOutputsResult withNextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
nextToken
- A token that indicates the location of the next output in the array of outputs, after the list of outputs
that was previously requested.public List<Output> getOutputs()
An array of component Infrastructure as Code (IaC) outputs.
public void setOutputs(Collection<Output> outputs)
An array of component Infrastructure as Code (IaC) outputs.
outputs
- An array of component Infrastructure as Code (IaC) outputs.public ListComponentOutputsResult withOutputs(Output... outputs)
An array of component Infrastructure as Code (IaC) 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
- An array of component Infrastructure as Code (IaC) outputs.public ListComponentOutputsResult withOutputs(Collection<Output> outputs)
An array of component Infrastructure as Code (IaC) outputs.
outputs
- An array of component Infrastructure as Code (IaC) outputs.public String toString()
toString
in class Object
Object.toString()
public ListComponentOutputsResult clone()