@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFiltersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFiltersResult() |
Modifier and Type | Method and Description |
---|---|
ListFiltersResult |
clone() |
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
Contains details on the filters associated with your account.
|
String |
getNextToken()
A token to use for paginating results that are returned in the response.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Contains details on the filters associated with your account.
|
void |
setNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListFiltersResult |
withFilters(Collection<Filter> filters)
Contains details on the filters associated with your account.
|
ListFiltersResult |
withFilters(Filter... filters)
Contains details on the filters associated with your account.
|
ListFiltersResult |
withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Filter> getFilters()
Contains details on the filters associated with your account.
public void setFilters(Collection<Filter> filters)
Contains details on the filters associated with your account.
filters
- Contains details on the filters associated with your account.public ListFiltersResult withFilters(Filter... filters)
Contains details on the filters associated with your 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
- Contains details on the filters associated with your account.public ListFiltersResult withFilters(Collection<Filter> filters)
Contains details on the filters associated with your account.
filters
- Contains details on the filters associated with your account.public void setNextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. For subsequent calls, use the NextToken
value returned from
the previous request to continue listing results after the first page.
nextToken
- A token to use for paginating results that are returned in the response. Set the value of this parameter
to null for the first request to a list action. For subsequent calls, use the NextToken
value
returned from the previous request to continue listing results after the first page.public String getNextToken()
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. For subsequent calls, use the NextToken
value returned from
the previous request to continue listing results after the first page.
NextToken
value returned from the previous request to continue listing results after the first page.public ListFiltersResult withNextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. For subsequent calls, use the NextToken
value returned from
the previous request to continue listing results after the first page.
nextToken
- A token to use for paginating results that are returned in the response. Set the value of this parameter
to null for the first request to a list action. For subsequent calls, use the NextToken
value
returned from the previous request to continue listing results after the first page.public String toString()
toString
in class Object
Object.toString()
public ListFiltersResult clone()