@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFindingsFiltersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListFindingsFiltersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListFindingsFiltersResult |
clone() |
boolean |
equals(Object obj) |
List<FindingsFilterListItem> |
getFindingsFilterListItems()
An array of objects, one for each filter that's associated with the account.
|
String |
getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
setFindingsFilterListItems(Collection<FindingsFilterListItem> findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
|
void |
setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
ListFindingsFiltersResult |
withFindingsFilterListItems(Collection<FindingsFilterListItem> findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
|
ListFindingsFiltersResult |
withFindingsFilterListItems(FindingsFilterListItem... findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
|
ListFindingsFiltersResult |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<FindingsFilterListItem> getFindingsFilterListItems()
An array of objects, one for each filter that's associated with the account.
public void setFindingsFilterListItems(Collection<FindingsFilterListItem> findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
findingsFilterListItems - An array of objects, one for each filter that's associated with the account.public ListFindingsFiltersResult withFindingsFilterListItems(FindingsFilterListItem... findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
NOTE: This method appends the values to the existing list (if any). Use
setFindingsFilterListItems(java.util.Collection) or
withFindingsFilterListItems(java.util.Collection) if you want to override the existing values.
findingsFilterListItems - An array of objects, one for each filter that's associated with the account.public ListFindingsFiltersResult withFindingsFilterListItems(Collection<FindingsFilterListItem> findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
findingsFilterListItems - An array of objects, one for each filter that's associated with the account.public void setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public ListFindingsFiltersResult withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String toString()
toString in class ObjectObject.toString()public ListFindingsFiltersResult clone()