@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParameterHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetParameterHistoryResult() |
Modifier and Type | Method and Description |
---|---|
GetParameterHistoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<ParameterHistory> |
getParameters()
A list of parameters returned by the request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setParameters(Collection<ParameterHistory> parameters)
A list of parameters returned by the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetParameterHistoryResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
GetParameterHistoryResult |
withParameters(Collection<ParameterHistory> parameters)
A list of parameters returned by the request.
|
GetParameterHistoryResult |
withParameters(ParameterHistory... parameters)
A list of parameters returned by the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ParameterHistory> getParameters()
A list of parameters returned by the request.
public void setParameters(Collection<ParameterHistory> parameters)
A list of parameters returned by the request.
parameters
- A list of parameters returned by the request.public GetParameterHistoryResult withParameters(ParameterHistory... parameters)
A list of parameters returned by the request.
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 returned by the request.public GetParameterHistoryResult withParameters(Collection<ParameterHistory> parameters)
A list of parameters returned by the request.
parameters
- A list of parameters returned by the request.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public GetParameterHistoryResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String toString()
toString
in class Object
Object.toString()
public GetParameterHistoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.