@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
GetFindingsRequest |
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 retrieve.
|
List<String> |
getFindingIds()
The IDs of the findings that you want to retrieve.
|
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 retrieve.
|
void |
setFindingIds(Collection<String> findingIds)
The IDs of the findings that you want to retrieve.
|
void |
setSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingsRequest |
withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.
|
GetFindingsRequest |
withFindingIds(Collection<String> findingIds)
The IDs of the findings that you want to retrieve.
|
GetFindingsRequest |
withFindingIds(String... findingIds)
The IDs of the findings that you want to retrieve.
|
GetFindingsRequest |
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 retrieve.
detectorId
- The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.public String getDetectorId()
The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.
public GetFindingsRequest withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.
detectorId
- The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.public List<String> getFindingIds()
The IDs of the findings that you want to retrieve.
public void setFindingIds(Collection<String> findingIds)
The IDs of the findings that you want to retrieve.
findingIds
- The IDs of the findings that you want to retrieve.public GetFindingsRequest withFindingIds(String... findingIds)
The IDs of the findings that you want to retrieve.
NOTE: This method appends the values to the existing list (if any). Use
setFindingIds(java.util.Collection)
or withFindingIds(java.util.Collection)
if you want to
override the existing values.
findingIds
- The IDs of the findings that you want to retrieve.public GetFindingsRequest withFindingIds(Collection<String> findingIds)
The IDs of the findings that you want to retrieve.
findingIds
- The IDs of the findings that you want to retrieve.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 GetFindingsRequest withSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting findings.
sortCriteria
- Represents the criteria used for sorting findings.public String toString()
toString
in class Object
Object.toString()
public GetFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()