@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParametersByPathResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetParametersByPathResult() |
Modifier and Type | Method and Description |
---|---|
GetParametersByPathResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of items to return.
|
List<Parameter> |
getParameters()
A list of parameters found in the specified hierarchy.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setParameters(Collection<Parameter> parameters)
A list of parameters found in the specified hierarchy.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetParametersByPathResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
GetParametersByPathResult |
withParameters(Collection<Parameter> parameters)
A list of parameters found in the specified hierarchy.
|
GetParametersByPathResult |
withParameters(Parameter... parameters)
A list of parameters found in the specified hierarchy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Parameter> getParameters()
A list of parameters found in the specified hierarchy.
public void setParameters(Collection<Parameter> parameters)
A list of parameters found in the specified hierarchy.
parameters
- A list of parameters found in the specified hierarchy.public GetParametersByPathResult withParameters(Parameter... parameters)
A list of parameters found in the specified hierarchy.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection)
or withParameters(java.util.Collection)
if you want to
override the existing values.
parameters
- A list of parameters found in the specified hierarchy.public GetParametersByPathResult withParameters(Collection<Parameter> parameters)
A list of parameters found in the specified hierarchy.
parameters
- A list of parameters found in the specified hierarchy.public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public GetParametersByPathResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetParametersByPathResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.