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