@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 unique ID of the detector the filter is associated with.
|
Integer |
getMaxResults()
You can use this parameter to indicate the maximum number of items you want in the response.
|
String |
getNextToken()
You can use this parameter when paginating results.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The unique ID of the detector the filter is associated with.
|
void |
setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
void |
setNextToken(String nextToken)
You can use this parameter when paginating results.
|
String |
toString()
Returns a string representation of this object.
|
ListFiltersRequest |
withDetectorId(String detectorId)
The unique ID of the detector the filter is associated with.
|
ListFiltersRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListFiltersRequest |
withNextToken(String nextToken)
You can use this parameter when paginating 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)
The unique ID of the detector the filter is associated with.
detectorId - The unique ID of the detector the filter is associated with.public String getDetectorId()
The unique ID of the detector the filter is associated with.
public ListFiltersRequest withDetectorId(String detectorId)
The unique ID of the detector the filter is associated with.
detectorId - The unique ID of the detector the filter is associated with.public void setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 50. The maximum value is 50.
maxResults - You can use this parameter to indicate the maximum number of items you want in the response. The default
value is 50. The maximum value is 50.public Integer getMaxResults()
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 50. The maximum value is 50.
public ListFiltersRequest withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 50. The maximum value is 50.
maxResults - You can use this parameter to indicate the maximum number of items you want in the response. The default
value is 50. The maximum value is 50.public void setNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For subsequent calls to the action fill nextToken in the request with the value
of NextToken from the previous response to continue listing data.public String getNextToken()
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
public ListFiltersRequest withNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For subsequent calls to the action 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 © 2019. All rights reserved.