@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComments()
Additional feedback about the GuardDuty findings.
|
String |
getDetectorId()
The ID of the detector associated with the findings to update feedback for.
|
String |
getFeedback()
The feedback for the finding.
|
List<String> |
getFindingIds()
The 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 associated with the findings to update feedback for.
|
void |
setFeedback(String feedback)
The feedback for the finding.
|
void |
setFindingIds(Collection<String> findingIds)
The 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 associated with the findings to update feedback for.
|
UpdateFindingsFeedbackRequest |
withFeedback(Feedback feedback)
The feedback for the finding.
|
UpdateFindingsFeedbackRequest |
withFeedback(String feedback)
The feedback for the finding.
|
UpdateFindingsFeedbackRequest |
withFindingIds(Collection<String> findingIds)
The IDs of the findings that you want to mark as useful or not useful.
|
UpdateFindingsFeedbackRequest |
withFindingIds(String... findingIds)
The IDs of the findings that you want to mark as useful or not useful.
|
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 associated with the findings to update feedback for.
detectorId
- The ID of the detector associated with the findings to update feedback for.public String getDetectorId()
The ID of the detector associated with the findings to update feedback for.
public UpdateFindingsFeedbackRequest withDetectorId(String detectorId)
The ID of the detector associated with the findings to update feedback for.
detectorId
- The ID of the detector associated with the findings to update feedback for.public List<String> getFindingIds()
The IDs of the findings that you want to mark as useful or not useful.
public void setFindingIds(Collection<String> findingIds)
The IDs of the findings that you want to mark as useful or not useful.
findingIds
- The IDs of the findings that you want to mark as useful or not useful.public UpdateFindingsFeedbackRequest withFindingIds(String... findingIds)
The 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
- The IDs of the findings that you want to mark as useful or not useful.public UpdateFindingsFeedbackRequest withFindingIds(Collection<String> findingIds)
The IDs of the findings that you want to mark as useful or not useful.
findingIds
- The IDs of the findings that you want to mark as useful or not useful.public void setFeedback(String feedback)
The feedback for the finding.
feedback
- The feedback for the finding.Feedback
public String getFeedback()
The feedback for the finding.
Feedback
public UpdateFindingsFeedbackRequest withFeedback(String feedback)
The feedback for the finding.
feedback
- The feedback for the finding.Feedback
public UpdateFindingsFeedbackRequest withFeedback(Feedback feedback)
The feedback for the finding.
feedback
- The feedback for the finding.Feedback
public 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 Object
Object.toString()
public UpdateFindingsFeedbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.