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