@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 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; useful for testing and debugging.
|
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, 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 setComments(String comments)
comments
- Additional feedback about the GuardDuty findings.public String getComments()
public UpdateFindingsFeedbackRequest withComments(String comments)
comments
- Additional feedback about the GuardDuty findings.public void setDetectorId(String detectorId)
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()
public UpdateFindingsFeedbackRequest withDetectorId(String detectorId)
detectorId
- The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or
not useful.public void setFeedback(String feedback)
feedback
- Valid values: USEFUL | NOT_USEFULFeedback
public String getFeedback()
Feedback
public UpdateFindingsFeedbackRequest withFeedback(String feedback)
feedback
- Valid values: USEFUL | NOT_USEFULFeedback
public UpdateFindingsFeedbackRequest withFeedback(Feedback feedback)
feedback
- Valid values: USEFUL | NOT_USEFULFeedback
public List<String> getFindingIds()
public void setFindingIds(Collection<String> findingIds)
findingIds
- IDs of the findings that you want to mark as useful or not useful.public UpdateFindingsFeedbackRequest 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 mark as useful or not useful.public UpdateFindingsFeedbackRequest withFindingIds(Collection<String> findingIds)
findingIds
- IDs of the findings that you want to mark as useful or not useful.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.