@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceInventoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResourceInventoryRequest() |
Modifier and Type | Method and Description |
---|---|
ListResourceInventoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<InventoryFilter> |
getFilters()
Filters to scope the results.
|
Integer |
getMaxResults()
Maximum number of results to return in a single call.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setFilters(Collection<InventoryFilter> filters)
Filters to scope the results.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListResourceInventoryRequest |
withFilters(Collection<InventoryFilter> filters)
Filters to scope the results.
|
ListResourceInventoryRequest |
withFilters(InventoryFilter... filters)
Filters to scope the results.
|
ListResourceInventoryRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListResourceInventoryRequest |
withNextToken(String nextToken)
Token for the next set of 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, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults
- Maximum number of results to return in a single call.public Integer getMaxResults()
Maximum number of results to return in a single call.
public ListResourceInventoryRequest withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults
- Maximum number of results to return in a single call.public void setNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListResourceInventoryRequest withNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public List<InventoryFilter> getFilters()
Filters to scope the results. The following filters and logical operators are supported:
account_id
- The ID of the Amazon Web Services account that owns the resource. Logical operators are
EQUALS
| NOT_EQUALS
.
application_name
- The name of the application. Logical operators are EQUALS
|
BEGINS_WITH
.
license_included
- The type of license included. Logical operators are EQUALS
|
NOT_EQUALS
. Possible values are sql-server-enterprise
|
sql-server-standard
| sql-server-web
| windows-server-datacenter
.
platform
- The platform of the resource. Logical operators are EQUALS
|
BEGINS_WITH
.
resource_id
- The ID of the resource. Logical operators are EQUALS
|
NOT_EQUALS
.
tag:<key>
- The key/value combination of a tag assigned to the resource. Logical operators are
EQUALS
(single account) or EQUALS
| NOT_EQUALS
(cross account).
account_id
- The ID of the Amazon Web Services account that owns the resource. Logical
operators are EQUALS
| NOT_EQUALS
.
application_name
- The name of the application. Logical operators are EQUALS
|
BEGINS_WITH
.
license_included
- The type of license included. Logical operators are EQUALS
|
NOT_EQUALS
. Possible values are sql-server-enterprise
|
sql-server-standard
| sql-server-web
| windows-server-datacenter
.
platform
- The platform of the resource. Logical operators are EQUALS
|
BEGINS_WITH
.
resource_id
- The ID of the resource. Logical operators are EQUALS
|
NOT_EQUALS
.
tag:<key>
- The key/value combination of a tag assigned to the resource. Logical
operators are EQUALS
(single account) or EQUALS
| NOT_EQUALS
(cross account).
public void setFilters(Collection<InventoryFilter> filters)
Filters to scope the results. The following filters and logical operators are supported:
account_id
- The ID of the Amazon Web Services account that owns the resource. Logical operators are
EQUALS
| NOT_EQUALS
.
application_name
- The name of the application. Logical operators are EQUALS
|
BEGINS_WITH
.
license_included
- The type of license included. Logical operators are EQUALS
|
NOT_EQUALS
. Possible values are sql-server-enterprise
|
sql-server-standard
| sql-server-web
| windows-server-datacenter
.
platform
- The platform of the resource. Logical operators are EQUALS
|
BEGINS_WITH
.
resource_id
- The ID of the resource. Logical operators are EQUALS
|
NOT_EQUALS
.
tag:<key>
- The key/value combination of a tag assigned to the resource. Logical operators are
EQUALS
(single account) or EQUALS
| NOT_EQUALS
(cross account).
filters
- Filters to scope the results. The following filters and logical operators are supported:
account_id
- The ID of the Amazon Web Services account that owns the resource. Logical
operators are EQUALS
| NOT_EQUALS
.
application_name
- The name of the application. Logical operators are EQUALS
|
BEGINS_WITH
.
license_included
- The type of license included. Logical operators are EQUALS
|
NOT_EQUALS
. Possible values are sql-server-enterprise
|
sql-server-standard
| sql-server-web
| windows-server-datacenter
.
platform
- The platform of the resource. Logical operators are EQUALS
|
BEGINS_WITH
.
resource_id
- The ID of the resource. Logical operators are EQUALS
|
NOT_EQUALS
.
tag:<key>
- The key/value combination of a tag assigned to the resource. Logical
operators are EQUALS
(single account) or EQUALS
| NOT_EQUALS
(cross
account).
public ListResourceInventoryRequest withFilters(InventoryFilter... filters)
Filters to scope the results. The following filters and logical operators are supported:
account_id
- The ID of the Amazon Web Services account that owns the resource. Logical operators are
EQUALS
| NOT_EQUALS
.
application_name
- The name of the application. Logical operators are EQUALS
|
BEGINS_WITH
.
license_included
- The type of license included. Logical operators are EQUALS
|
NOT_EQUALS
. Possible values are sql-server-enterprise
|
sql-server-standard
| sql-server-web
| windows-server-datacenter
.
platform
- The platform of the resource. Logical operators are EQUALS
|
BEGINS_WITH
.
resource_id
- The ID of the resource. Logical operators are EQUALS
|
NOT_EQUALS
.
tag:<key>
- The key/value combination of a tag assigned to the resource. Logical operators are
EQUALS
(single account) or EQUALS
| NOT_EQUALS
(cross account).
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
- Filters to scope the results. The following filters and logical operators are supported:
account_id
- The ID of the Amazon Web Services account that owns the resource. Logical
operators are EQUALS
| NOT_EQUALS
.
application_name
- The name of the application. Logical operators are EQUALS
|
BEGINS_WITH
.
license_included
- The type of license included. Logical operators are EQUALS
|
NOT_EQUALS
. Possible values are sql-server-enterprise
|
sql-server-standard
| sql-server-web
| windows-server-datacenter
.
platform
- The platform of the resource. Logical operators are EQUALS
|
BEGINS_WITH
.
resource_id
- The ID of the resource. Logical operators are EQUALS
|
NOT_EQUALS
.
tag:<key>
- The key/value combination of a tag assigned to the resource. Logical
operators are EQUALS
(single account) or EQUALS
| NOT_EQUALS
(cross
account).
public ListResourceInventoryRequest withFilters(Collection<InventoryFilter> filters)
Filters to scope the results. The following filters and logical operators are supported:
account_id
- The ID of the Amazon Web Services account that owns the resource. Logical operators are
EQUALS
| NOT_EQUALS
.
application_name
- The name of the application. Logical operators are EQUALS
|
BEGINS_WITH
.
license_included
- The type of license included. Logical operators are EQUALS
|
NOT_EQUALS
. Possible values are sql-server-enterprise
|
sql-server-standard
| sql-server-web
| windows-server-datacenter
.
platform
- The platform of the resource. Logical operators are EQUALS
|
BEGINS_WITH
.
resource_id
- The ID of the resource. Logical operators are EQUALS
|
NOT_EQUALS
.
tag:<key>
- The key/value combination of a tag assigned to the resource. Logical operators are
EQUALS
(single account) or EQUALS
| NOT_EQUALS
(cross account).
filters
- Filters to scope the results. The following filters and logical operators are supported:
account_id
- The ID of the Amazon Web Services account that owns the resource. Logical
operators are EQUALS
| NOT_EQUALS
.
application_name
- The name of the application. Logical operators are EQUALS
|
BEGINS_WITH
.
license_included
- The type of license included. Logical operators are EQUALS
|
NOT_EQUALS
. Possible values are sql-server-enterprise
|
sql-server-standard
| sql-server-web
| windows-server-datacenter
.
platform
- The platform of the resource. Logical operators are EQUALS
|
BEGINS_WITH
.
resource_id
- The ID of the resource. Logical operators are EQUALS
|
NOT_EQUALS
.
tag:<key>
- The key/value combination of a tag assigned to the resource. Logical
operators are EQUALS
(single account) or EQUALS
| NOT_EQUALS
(cross
account).
public String toString()
toString
in class Object
Object.toString()
public ListResourceInventoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()