@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVariablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetVariablesResult() |
Modifier and Type | Method and Description |
---|---|
GetVariablesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The next page token to be used in subsequent requests.
|
List<Variable> |
getVariables()
The names of the variables returned.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next page token to be used in subsequent requests.
|
void |
setVariables(Collection<Variable> variables)
The names of the variables returned.
|
String |
toString()
Returns a string representation of this object.
|
GetVariablesResult |
withNextToken(String nextToken)
The next page token to be used in subsequent requests.
|
GetVariablesResult |
withVariables(Collection<Variable> variables)
The names of the variables returned.
|
GetVariablesResult |
withVariables(Variable... variables)
The names of the variables returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Variable> getVariables()
The names of the variables returned.
public void setVariables(Collection<Variable> variables)
The names of the variables returned.
variables
- The names of the variables returned.public GetVariablesResult withVariables(Variable... variables)
The names of the variables returned.
NOTE: This method appends the values to the existing list (if any). Use
setVariables(java.util.Collection)
or withVariables(java.util.Collection)
if you want to
override the existing values.
variables
- The names of the variables returned.public GetVariablesResult withVariables(Collection<Variable> variables)
The names of the variables returned.
variables
- The names of the variables returned.public void setNextToken(String nextToken)
The next page token to be used in subsequent requests.
nextToken
- The next page token to be used in subsequent requests.public String getNextToken()
The next page token to be used in subsequent requests.
public GetVariablesResult withNextToken(String nextToken)
The next page token to be used in subsequent requests.
nextToken
- The next page token to be used in subsequent requests.public String toString()
toString
in class Object
Object.toString()
public GetVariablesResult clone()