@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFindingsFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateFindingsFeedbackRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFindingsFeedbackRequest |
clone() |
boolean |
equals(Object obj) |
String |
getComments()
Additional feedback about the GuardDuty findings.
|
String |
getDetectorId()
The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or not
useful.
|
String |
getFeedback()
Valid values: USEFUL | NOT_USEFUL
|
List<String> |
getFindingIds()
IDs of the findings that you want to mark as useful or not useful.
|
int |
hashCode() |
void |
setComments(String comments)
Additional feedback about the GuardDuty findings.
|
void |
setDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or not
useful.
|
void |
setFeedback(String feedback)
Valid values: USEFUL | NOT_USEFUL
|
void |
setFindingIds(Collection<String> findingIds)
IDs of the findings that you want to mark as useful or not useful.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFindingsFeedbackRequest |
withComments(String comments)
Additional feedback about the GuardDuty findings.
|
UpdateFindingsFeedbackRequest |
withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or not
useful.
|
UpdateFindingsFeedbackRequest |
withFeedback(Feedback feedback)
Valid values: USEFUL | NOT_USEFUL
|
UpdateFindingsFeedbackRequest |
withFeedback(String feedback)
Valid values: USEFUL | NOT_USEFUL
|
UpdateFindingsFeedbackRequest |
withFindingIds(Collection<String> findingIds)
IDs of the findings that you want to mark as useful or not useful.
|
UpdateFindingsFeedbackRequest |
withFindingIds(String... findingIds)
IDs of the findings that you want to mark as useful or not useful.
|
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 mark as useful or not useful.
detectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or
not useful.public String getDetectorId()
The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or not useful.
public UpdateFindingsFeedbackRequest withDetectorId(String detectorId)
The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or not useful.
detectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or
not useful.public List<String> getFindingIds()
IDs of the findings that you want to mark as useful or not useful.
public void setFindingIds(Collection<String> findingIds)
IDs of the findings that you want to mark as useful or not useful.
findingIds - IDs of the findings that you want to mark as useful or not useful.public UpdateFindingsFeedbackRequest withFindingIds(String... findingIds)
IDs of the findings that you want to mark as useful or not useful.
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 mark as useful or not useful.public UpdateFindingsFeedbackRequest withFindingIds(Collection<String> findingIds)
IDs of the findings that you want to mark as useful or not useful.
findingIds - IDs of the findings that you want to mark as useful or not useful.public void setFeedback(String feedback)
Valid values: USEFUL | NOT_USEFUL
feedback - Valid values: USEFUL | NOT_USEFULFeedbackpublic String getFeedback()
Valid values: USEFUL | NOT_USEFUL
Feedbackpublic UpdateFindingsFeedbackRequest withFeedback(String feedback)
Valid values: USEFUL | NOT_USEFUL
feedback - Valid values: USEFUL | NOT_USEFULFeedbackpublic UpdateFindingsFeedbackRequest withFeedback(Feedback feedback)
Valid values: USEFUL | NOT_USEFUL
feedback - Valid values: USEFUL | NOT_USEFULFeedbackpublic void setComments(String comments)
Additional feedback about the GuardDuty findings.
comments - Additional feedback about the GuardDuty findings.public String getComments()
Additional feedback about the GuardDuty findings.
public UpdateFindingsFeedbackRequest withComments(String comments)
Additional feedback about the GuardDuty findings.
comments - Additional feedback about the GuardDuty findings.public String toString()
toString in class ObjectObject.toString()public UpdateFindingsFeedbackRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.