@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFiltersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListFiltersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListFiltersRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The ID of the detector that specifies the GuardDuty service where you want to list filters.
|
Integer |
getMaxResults()
Indicates the maximum number of items that you want in the response.
|
String |
getNextToken()
Paginates results.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service where you want to list filters.
|
void |
setMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
void |
setNextToken(String nextToken)
Paginates results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListFiltersRequest |
withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service where you want to list filters.
|
ListFiltersRequest |
withMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
ListFiltersRequest |
withNextToken(String nextToken)
Paginates results.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDetectorId(String detectorId)
detectorId - The ID of the detector that specifies the GuardDuty service where you want to list filters.public String getDetectorId()
public ListFiltersRequest withDetectorId(String detectorId)
detectorId - The ID of the detector that specifies the GuardDuty service where you want to list filters.public void setMaxResults(Integer maxResults)
maxResults - Indicates the maximum number of items that you want in the response. The maximum value is 50.public Integer getMaxResults()
public ListFiltersRequest withMaxResults(Integer maxResults)
maxResults - Indicates the maximum number of items that you want in the response. The maximum value is 50.public void setNextToken(String nextToken)
nextToken - Paginates results. Set the value of this parameter to NULL on your first call to the ListFilters
operation.For subsequent calls to the operation, fill nextToken in the request with the value of nextToken
from the previous response to continue listing data.public String getNextToken()
public ListFiltersRequest withNextToken(String nextToken)
nextToken - Paginates results. Set the value of this parameter to NULL on your first call to the ListFilters
operation.For subsequent calls to the operation, fill nextToken in the request with the value of nextToken
from the previous response to continue listing data.public String toString()
toString in class ObjectObject.toString()public ListFiltersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.