@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArchiveFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ArchiveFindingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveFindingsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
|
List<String> |
getFindingIds()
IDs of the findings that you want to archive.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
|
void |
setFindingIds(Collection<String> findingIds)
IDs of the findings that you want to archive.
|
String |
toString()
Returns a string representation of this object.
|
ArchiveFindingsRequest |
withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
|
ArchiveFindingsRequest |
withFindingIds(Collection<String> findingIds)
IDs of the findings that you want to archive.
|
ArchiveFindingsRequest |
withFindingIds(String... findingIds)
IDs of the findings that you want to archive.
|
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 ID of the detector that specifies the GuardDuty service whose findings you want to archive.
detectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to archive.public String getDetectorId()
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
public ArchiveFindingsRequest withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
detectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to archive.public List<String> getFindingIds()
IDs of the findings that you want to archive.
public void setFindingIds(Collection<String> findingIds)
IDs of the findings that you want to archive.
findingIds - IDs of the findings that you want to archive.public ArchiveFindingsRequest withFindingIds(String... findingIds)
IDs of the findings that you want to archive.
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 - IDs of the findings that you want to archive.public ArchiveFindingsRequest withFindingIds(Collection<String> findingIds)
IDs of the findings that you want to archive.
findingIds - IDs of the findings that you want to archive.public String toString()
toString in class ObjectObject.toString()public ArchiveFindingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.