@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeParametersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeParametersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeParametersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ParametersFilter> |
getFilters()
One or more filters.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
List<ParameterStringFilter> |
getParameterFilters()
Filters to limit the request results.
|
int |
hashCode() |
void |
setFilters(Collection<ParametersFilter> filters)
One or more filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setParameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeParametersRequest |
withFilters(Collection<ParametersFilter> filters)
One or more filters.
|
DescribeParametersRequest |
withFilters(ParametersFilter... filters)
One or more filters.
|
DescribeParametersRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeParametersRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeParametersRequest |
withParameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
|
DescribeParametersRequest |
withParameterFilters(ParameterStringFilter... parameterFilters)
Filters to limit the request results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<ParametersFilter> getFilters()
One or more filters. Use a filter to return a more specific list of results.
public void setFilters(Collection<ParametersFilter> filters)
One or more filters. Use a filter to return a more specific list of results.
filters - One or more filters. Use a filter to return a more specific list of results.public DescribeParametersRequest withFilters(ParametersFilter... filters)
One or more filters. Use a filter to return a more specific list of results.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - One or more filters. Use a filter to return a more specific list of results.public DescribeParametersRequest withFilters(Collection<ParametersFilter> filters)
One or more filters. Use a filter to return a more specific list of results.
filters - One or more filters. Use a filter to return a more specific list of results.public List<ParameterStringFilter> getParameterFilters()
Filters to limit the request results.
public void setParameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
parameterFilters - Filters to limit the request results.public DescribeParametersRequest withParameterFilters(ParameterStringFilter... parameterFilters)
Filters to limit the request results.
NOTE: This method appends the values to the existing list (if any). Use
setParameterFilters(java.util.Collection) or withParameterFilters(java.util.Collection) if you
want to override the existing values.
parameterFilters - Filters to limit the request results.public DescribeParametersRequest withParameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
parameterFilters - Filters to limit the request results.public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public DescribeParametersRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeParametersRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)public String toString()
toString in class ObjectObject.toString()public DescribeParametersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.