@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceInstanceOutputsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListServiceInstanceOutputsResult() |
Modifier and Type | Method and Description |
---|---|
ListServiceInstanceOutputsResult |
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 instance 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 instance Infrastructure as Code (IaC) outputs.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceInstanceOutputsResult |
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.
|
ListServiceInstanceOutputsResult |
withOutputs(Collection<Output> outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
|
ListServiceInstanceOutputsResult |
withOutputs(Output... outputs)
An array of service instance 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 ListServiceInstanceOutputsResult 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 instance Infrastructure as Code (IaC) outputs.
public void setOutputs(Collection<Output> outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
outputs
- An array of service instance Infrastructure as Code (IaC) outputs.public ListServiceInstanceOutputsResult withOutputs(Output... outputs)
An array of service instance 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 instance Infrastructure as Code (IaC) outputs.public ListServiceInstanceOutputsResult withOutputs(Collection<Output> outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
outputs
- An array of service instance Infrastructure as Code (IaC) outputs.public String toString()
toString
in class Object
Object.toString()
public ListServiceInstanceOutputsResult clone()