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