public class ListConfigurationsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
configurationType
A valid configuration identified by the Discovery Service.
|
private java.util.List<Filter> |
filters
You can filter the list using a key-value format.
|
private java.lang.Integer |
maxResults
The total number of items to return.
|
private java.lang.String |
nextToken
A token to start the list.
|
NOOP
Constructor and Description |
---|
ListConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationType()
A valid configuration identified by the Discovery Service.
|
java.util.List<Filter> |
getFilters()
You can filter the list using a key-value format.
|
java.lang.Integer |
getMaxResults()
The total number of items to return.
|
java.lang.String |
getNextToken()
A token to start the list.
|
int |
hashCode() |
void |
setConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
|
void |
setConfigurationType(java.lang.String configurationType)
A valid configuration identified by the Discovery Service.
|
void |
setFilters(java.util.Collection<Filter> filters)
You can filter the list using a key-value format.
|
void |
setMaxResults(java.lang.Integer maxResults)
The total number of items to return.
|
void |
setNextToken(java.lang.String nextToken)
A token to start the list.
|
java.lang.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(java.lang.String configurationType)
A valid configuration identified by the Discovery Service.
|
ListConfigurationsRequest |
withFilters(java.util.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(java.lang.Integer maxResults)
The total number of items to return.
|
ListConfigurationsRequest |
withNextToken(java.lang.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, withSdkRequestTimeout
private java.lang.String configurationType
A valid configuration identified by the Discovery Service.
private java.util.List<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.
private java.lang.Integer maxResults
The total number of items to return. The maximum value is 100.
private java.lang.String nextToken
A token to start the list. Use this token to get the next set of results.
public void setConfigurationType(java.lang.String configurationType)
A valid configuration identified by the Discovery Service.
configurationType
- A valid configuration identified by the Discovery Service.ConfigurationItemType
public java.lang.String getConfigurationType()
A valid configuration identified by the Discovery Service.
ConfigurationItemType
public ListConfigurationsRequest withConfigurationType(java.lang.String configurationType)
A valid configuration identified by the Discovery Service.
configurationType
- A valid configuration identified by the Discovery Service.ConfigurationItemType
public void setConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
configurationType
- A valid configuration identified by the Discovery Service.ConfigurationItemType
public ListConfigurationsRequest withConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
configurationType
- A valid configuration identified by the Discovery Service.ConfigurationItemType
public java.util.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(java.util.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(java.util.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(java.lang.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 java.lang.Integer getMaxResults()
The total number of items to return. The maximum value is 100.
public ListConfigurationsRequest withMaxResults(java.lang.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(java.lang.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 java.lang.String getNextToken()
A token to start the list. Use this token to get the next set of results.
public ListConfigurationsRequest withNextToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()