public class ListConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationType()
A valid configuration identified by the Discovery Service.
|
List<Filter> |
getFilters()
You can filter the list using a key-value format.
|
Integer |
getMaxResults()
The total number of items to return.
|
String |
getNextToken()
A token to start the list.
|
int |
hashCode() |
void |
setConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
|
void |
setConfigurationType(String configurationType)
A valid configuration identified by the Discovery Service.
|
void |
setFilters(Collection<Filter> filters)
You can filter the list using a key-value format.
|
void |
setMaxResults(Integer maxResults)
The total number of items to return.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListConfigurationsRequest |
withConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
|
ListConfigurationsRequest |
withConfigurationType(String configurationType)
A valid configuration identified by the Discovery Service.
|
ListConfigurationsRequest |
withFilters(Collection<Filter> filters)
You can filter the list using a key-value format.
|
ListConfigurationsRequest |
withFilters(Filter... filters)
You can filter the list using a key-value format.
|
ListConfigurationsRequest |
withMaxResults(Integer maxResults)
The total number of items to return.
|
ListConfigurationsRequest |
withNextToken(String nextToken)
A token to start the list.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setConfigurationType(String configurationType)
A valid configuration identified by the Discovery Service.
configurationType - A valid configuration identified by the Discovery Service.ConfigurationItemTypepublic String getConfigurationType()
A valid configuration identified by the Discovery Service.
ConfigurationItemTypepublic ListConfigurationsRequest withConfigurationType(String configurationType)
A valid configuration identified by the Discovery Service.
configurationType - A valid configuration identified by the Discovery Service.ConfigurationItemTypepublic void setConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
configurationType - A valid configuration identified by the Discovery Service.ConfigurationItemTypepublic ListConfigurationsRequest withConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
configurationType - A valid configuration identified by the Discovery Service.ConfigurationItemTypepublic List<Filter> getFilters()
You can filter the list using a key-value format. For example:
{"key": "serverType", "value": "webServer"}
You can separate these items by using logical operators.
{"key": "serverType", "value": "webServer"}
You can separate these items by using logical operators.
public void setFilters(Collection<Filter> filters)
You can filter the list using a key-value format. For example:
{"key": "serverType", "value": "webServer"}
You can separate these items by using logical operators.
filters - You can filter the list using a key-value format.
For example:
{"key": "serverType", "value": "webServer"}
You can separate these items by using logical operators.
public ListConfigurationsRequest withFilters(Filter... filters)
You can filter the list using a key-value format. For example:
{"key": "serverType", "value": "webServer"}
You can separate these items by using logical operators.
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 - You can filter the list using a key-value format.
For example:
{"key": "serverType", "value": "webServer"}
You can separate these items by using logical operators.
public ListConfigurationsRequest withFilters(Collection<Filter> filters)
You can filter the list using a key-value format. For example:
{"key": "serverType", "value": "webServer"}
You can separate these items by using logical operators.
filters - You can filter the list using a key-value format.
For example:
{"key": "serverType", "value": "webServer"}
You can separate these items by using logical operators.
public void setMaxResults(Integer maxResults)
The total number of items to return. The maximum value is 100.
maxResults - The total number of items to return. The maximum value is 100.public Integer getMaxResults()
The total number of items to return. The maximum value is 100.
public ListConfigurationsRequest withMaxResults(Integer maxResults)
The total number of items to return. The maximum value is 100.
maxResults - The total number of items to return. The maximum value is 100.public void setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of
results.public String getNextToken()
A token to start the list. Use this token to get the next set of results.
public ListConfigurationsRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of
results.public String toString()
toString in class ObjectObject.toString()public ListConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.