@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationType()
A valid configuration identified by Application Discovery Service.
|
List<Filter> |
getFilters()
You can filter the request using various logical operators and a key-value format.
|
Integer |
getMaxResults()
The total number of items to return.
|
String |
getNextToken()
Token to retrieve the next set of results.
|
List<OrderByElement> |
getOrderBy()
Certain filter criteria return output that can be sorted in ascending or descending order.
|
int |
hashCode() |
void |
setConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by Application Discovery Service.
|
void |
setConfigurationType(String configurationType)
A valid configuration identified by Application Discovery Service.
|
void |
setFilters(Collection<Filter> filters)
You can filter the request using various logical operators and a key-value format.
|
void |
setMaxResults(Integer maxResults)
The total number of items to return.
|
void |
setNextToken(String nextToken)
Token to retrieve the next set of results.
|
void |
setOrderBy(Collection<OrderByElement> orderBy)
Certain filter criteria return output that can be sorted in ascending or descending order.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListConfigurationsRequest |
withConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by Application Discovery Service.
|
ListConfigurationsRequest |
withConfigurationType(String configurationType)
A valid configuration identified by Application Discovery Service.
|
ListConfigurationsRequest |
withFilters(Collection<Filter> filters)
You can filter the request using various logical operators and a key-value format.
|
ListConfigurationsRequest |
withFilters(Filter... filters)
You can filter the request using various logical operators and a key-value format.
|
ListConfigurationsRequest |
withMaxResults(Integer maxResults)
The total number of items to return.
|
ListConfigurationsRequest |
withNextToken(String nextToken)
Token to retrieve the next set of results.
|
ListConfigurationsRequest |
withOrderBy(Collection<OrderByElement> orderBy)
Certain filter criteria return output that can be sorted in ascending or descending order.
|
ListConfigurationsRequest |
withOrderBy(OrderByElement... orderBy)
Certain filter criteria return output that can be sorted in ascending or descending order.
|
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, withSdkRequestTimeout
public void setConfigurationType(String configurationType)
A valid configuration identified by Application Discovery Service.
configurationType
- A valid configuration identified by Application Discovery Service.ConfigurationItemType
public String getConfigurationType()
A valid configuration identified by Application Discovery Service.
ConfigurationItemType
public ListConfigurationsRequest withConfigurationType(String configurationType)
A valid configuration identified by Application Discovery Service.
configurationType
- A valid configuration identified by Application Discovery Service.ConfigurationItemType
public void setConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by Application Discovery Service.
configurationType
- A valid configuration identified by Application Discovery Service.ConfigurationItemType
public ListConfigurationsRequest withConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by Application Discovery Service.
configurationType
- A valid configuration identified by Application Discovery Service.ConfigurationItemType
public List<Filter> getFilters()
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Querying Discovered Configuration Items.
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Querying Discovered Configuration Items.
public void setFilters(Collection<Filter> filters)
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Querying Discovered Configuration Items.
filters
- You can filter the request using various logical operators and a key-value format. For
example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Querying Discovered Configuration Items.
public ListConfigurationsRequest withFilters(Filter... filters)
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Querying Discovered Configuration Items.
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 request using various logical operators and a key-value format. For
example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Querying Discovered Configuration Items.
public ListConfigurationsRequest withFilters(Collection<Filter> filters)
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Querying Discovered Configuration Items.
filters
- You can filter the request using various logical operators and a key-value format. For
example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Querying Discovered Configuration Items.
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)
Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100
items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results
along with a token. Use that token in this query to get the next set of 10.
nextToken
- Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned
100 items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10
results along with a token. Use that token in this query to get the next set of 10.public String getNextToken()
Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100
items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results
along with a token. Use that token in this query to get the next set of 10.
ListConfigurationsRequest$maxResults
to 10, you received a set of 10
results along with a token. Use that token in this query to get the next set of 10.public ListConfigurationsRequest withNextToken(String nextToken)
Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100
items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results
along with a token. Use that token in this query to get the next set of 10.
nextToken
- Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned
100 items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10
results along with a token. Use that token in this query to get the next set of 10.public List<OrderByElement> getOrderBy()
Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action.
public void setOrderBy(Collection<OrderByElement> orderBy)
Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action.
orderBy
- Certain filter criteria return output that can be sorted in ascending or descending order. For a list of
output characteristics for each filter, see Using the ListConfigurations Action.public ListConfigurationsRequest withOrderBy(OrderByElement... orderBy)
Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action.
NOTE: This method appends the values to the existing list (if any). Use
setOrderBy(java.util.Collection)
or withOrderBy(java.util.Collection)
if you want to override
the existing values.
orderBy
- Certain filter criteria return output that can be sorted in ascending or descending order. For a list of
output characteristics for each filter, see Using the ListConfigurations Action.public ListConfigurationsRequest withOrderBy(Collection<OrderByElement> orderBy)
Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action.
orderBy
- Certain filter criteria return output that can be sorted in ascending or descending order. For a list of
output characteristics for each filter, see Using the ListConfigurations Action.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.