@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutFeedbackRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutFeedbackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnomalyDetectorArn()
The Amazon Resource Name (ARN) of the anomaly detector.
|
AnomalyGroupTimeSeriesFeedback |
getAnomalyGroupTimeSeriesFeedback()
Feedback for an anomalous metric.
|
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
void |
setAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeriesFeedback anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
|
String |
toString()
Returns a string representation of this object.
|
PutFeedbackRequest |
withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
PutFeedbackRequest |
withAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeriesFeedback anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
|
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, withSdkRequestTimeoutpublic void setAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.public String getAnomalyDetectorArn()
The Amazon Resource Name (ARN) of the anomaly detector.
public PutFeedbackRequest withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.public void setAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeriesFeedback anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
anomalyGroupTimeSeriesFeedback - Feedback for an anomalous metric.public AnomalyGroupTimeSeriesFeedback getAnomalyGroupTimeSeriesFeedback()
Feedback for an anomalous metric.
public PutFeedbackRequest withAnomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeriesFeedback anomalyGroupTimeSeriesFeedback)
Feedback for an anomalous metric.
anomalyGroupTimeSeriesFeedback - Feedback for an anomalous metric.public String toString()
toString in class ObjectObject.toString()public PutFeedbackRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()