Class ListConfigurationsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
A valid configuration identified by the Discovery Service.You can filter the list using a key-value format.The total number of items to return.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.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigurationType
(ConfigurationItemType configurationType) A valid configuration identified by the Discovery Service.withConfigurationType
(String configurationType) A valid configuration identified by the Discovery Service.withFilters
(Filter... filters) You can filter the list using a key-value format.withFilters
(Collection<Filter> filters) You can filter the list using a key-value format.withMaxResults
(Integer maxResults) The total number of items to return.withNextToken
(String nextToken) A token to start the list.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListConfigurationsRequest
public ListConfigurationsRequest()
-
-
Method Details
-
setConfigurationType
A valid configuration identified by the Discovery Service.
- Parameters:
configurationType
- A valid configuration identified by the Discovery Service.- See Also:
-
getConfigurationType
A valid configuration identified by the Discovery Service.
- Returns:
- A valid configuration identified by the Discovery Service.
- See Also:
-
withConfigurationType
A valid configuration identified by the Discovery Service.
- Parameters:
configurationType
- A valid configuration identified by the Discovery Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setConfigurationType
A valid configuration identified by the Discovery Service.
- Parameters:
configurationType
- A valid configuration identified by the Discovery Service.- See Also:
-
withConfigurationType
A valid configuration identified by the Discovery Service.
- Parameters:
configurationType
- A valid configuration identified by the Discovery Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Returns:
- 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.
-
setFilters
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.
- Parameters:
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.
-
withFilters
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)
orwithFilters(java.util.Collection)
if you want to override the existing values.- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFilters
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxResults
The total number of items to return. The maximum value is 100.
- Parameters:
maxResults
- The total number of items to return. The maximum value is 100.
-
getMaxResults
The total number of items to return. The maximum value is 100.
- Returns:
- The total number of items to return. The maximum value is 100.
-
withMaxResults
The total number of items to return. The maximum value is 100.
- Parameters:
maxResults
- The total number of items to return. The maximum value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A token to start the list. Use this token to get the next set of results.
- Parameters:
nextToken
- A token to start the list. Use this token to get the next set of results.
-
getNextToken
A token to start the list. Use this token to get the next set of results.
- Returns:
- A token to start the list. Use this token to get the next set of results.
-
withNextToken
A token to start the list. Use this token to get the next set of results.
- Parameters:
nextToken
- A token to start the list. Use this token to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-