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