@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssetFiltersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAssetFiltersResult() |
Modifier and Type | Method and Description |
---|---|
ListAssetFiltersResult |
clone() |
boolean |
equals(Object obj) |
List<AssetFilterSummary> |
getItems()
The results of the
ListAssetFilters action. |
String |
getNextToken()
When the number of asset filters is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of asset filters, the
response includes a pagination token named NextToken . |
int |
hashCode() |
void |
setItems(Collection<AssetFilterSummary> items)
The results of the
ListAssetFilters action. |
void |
setNextToken(String nextToken)
When the number of asset filters is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of asset filters, the
response includes a pagination token named NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListAssetFiltersResult |
withItems(AssetFilterSummary... items)
The results of the
ListAssetFilters action. |
ListAssetFiltersResult |
withItems(Collection<AssetFilterSummary> items)
The results of the
ListAssetFilters action. |
ListAssetFiltersResult |
withNextToken(String nextToken)
When the number of asset filters is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of asset filters, the
response includes a pagination token named NextToken . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AssetFilterSummary> getItems()
The results of the ListAssetFilters
action.
ListAssetFilters
action.public void setItems(Collection<AssetFilterSummary> items)
The results of the ListAssetFilters
action.
items
- The results of the ListAssetFilters
action.public ListAssetFiltersResult withItems(AssetFilterSummary... items)
The results of the ListAssetFilters
action.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- The results of the ListAssetFilters
action.public ListAssetFiltersResult withItems(Collection<AssetFilterSummary> items)
The results of the ListAssetFilters
action.
items
- The results of the ListAssetFilters
action.public void setNextToken(String nextToken)
When the number of asset filters is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of asset filters, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListAssetFilters
to list the next set of asset filters.
nextToken
- When the number of asset filters is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of asset filters, the response includes a pagination token named NextToken
. You can specify
this NextToken
value in a subsequent call to ListAssetFilters
to list the next
set of asset filters.public String getNextToken()
When the number of asset filters is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of asset filters, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListAssetFilters
to list the next set of asset filters.
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of asset filters, the response includes a pagination token named NextToken
. You can specify
this NextToken
value in a subsequent call to ListAssetFilters
to list the next
set of asset filters.public ListAssetFiltersResult withNextToken(String nextToken)
When the number of asset filters is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of asset filters, the
response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListAssetFilters
to list the next set of asset filters.
nextToken
- When the number of asset filters is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number
of asset filters, the response includes a pagination token named NextToken
. You can specify
this NextToken
value in a subsequent call to ListAssetFilters
to list the next
set of asset filters.public String toString()
toString
in class Object
Object.toString()
public ListAssetFiltersResult clone()