@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The ID of the detector that specifies the GuardDuty service whose findings you want to list.
|
FindingCriteria |
getFindingCriteria()
Represents the criteria used for querying findings.
|
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.
|
SortCriteria |
getSortCriteria()
Represents the criteria used for sorting findings.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to list.
|
void |
setFindingCriteria(FindingCriteria findingCriteria)
Represents the criteria used for querying findings.
|
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.
|
void |
setSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
|
String |
toString()
Returns a string representation of this object.
|
ListFindingsRequest |
withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to list.
|
ListFindingsRequest |
withFindingCriteria(FindingCriteria findingCriteria)
Represents the criteria used for querying findings.
|
ListFindingsRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListFindingsRequest |
withNextToken(String nextToken)
You can use this parameter when paginating results.
|
ListFindingsRequest |
withSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to list.
detectorId
- The ID of the detector that specifies the GuardDuty service whose findings you want to list.public String getDetectorId()
The ID of the detector that specifies the GuardDuty service whose findings you want to list.
public ListFindingsRequest withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to list.
detectorId
- The ID of the detector that specifies the GuardDuty service whose findings you want to list.public void setFindingCriteria(FindingCriteria findingCriteria)
Represents the criteria used for querying findings.
findingCriteria
- Represents the criteria used for querying findings.public FindingCriteria getFindingCriteria()
Represents the criteria used for querying findings.
public ListFindingsRequest withFindingCriteria(FindingCriteria findingCriteria)
Represents the criteria used for querying findings.
findingCriteria
- Represents the criteria used for querying findings.public void setSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
sortCriteria
- Represents the criteria used for sorting findings.public SortCriteria getSortCriteria()
Represents the criteria used for sorting findings.
public ListFindingsRequest withSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
sortCriteria
- Represents the criteria used for sorting findings.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 ListFindingsRequest 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 ListFindingsRequest 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 Object
Object.toString()
public ListFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.