@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnomalyGroupTimeSeriesFeedback extends Object implements Serializable, Cloneable, StructuredPojo
Feedback for an anomalous metric.
Constructor and Description |
---|
AnomalyGroupTimeSeriesFeedback() |
Modifier and Type | Method and Description |
---|---|
AnomalyGroupTimeSeriesFeedback |
clone() |
boolean |
equals(Object obj) |
String |
getAnomalyGroupId()
The ID of the anomaly group.
|
Boolean |
getIsAnomaly()
Feedback on whether the metric is a legitimate anomaly.
|
String |
getTimeSeriesId()
The ID of the metric.
|
int |
hashCode() |
Boolean |
isAnomaly()
Feedback on whether the metric is a legitimate anomaly.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
void |
setIsAnomaly(Boolean isAnomaly)
Feedback on whether the metric is a legitimate anomaly.
|
void |
setTimeSeriesId(String timeSeriesId)
The ID of the metric.
|
String |
toString()
Returns a string representation of this object.
|
AnomalyGroupTimeSeriesFeedback |
withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
AnomalyGroupTimeSeriesFeedback |
withIsAnomaly(Boolean isAnomaly)
Feedback on whether the metric is a legitimate anomaly.
|
AnomalyGroupTimeSeriesFeedback |
withTimeSeriesId(String timeSeriesId)
The ID of the metric.
|
public void setAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
anomalyGroupId
- The ID of the anomaly group.public String getAnomalyGroupId()
The ID of the anomaly group.
public AnomalyGroupTimeSeriesFeedback withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
anomalyGroupId
- The ID of the anomaly group.public void setTimeSeriesId(String timeSeriesId)
The ID of the metric.
timeSeriesId
- The ID of the metric.public String getTimeSeriesId()
The ID of the metric.
public AnomalyGroupTimeSeriesFeedback withTimeSeriesId(String timeSeriesId)
The ID of the metric.
timeSeriesId
- The ID of the metric.public void setIsAnomaly(Boolean isAnomaly)
Feedback on whether the metric is a legitimate anomaly.
isAnomaly
- Feedback on whether the metric is a legitimate anomaly.public Boolean getIsAnomaly()
Feedback on whether the metric is a legitimate anomaly.
public AnomalyGroupTimeSeriesFeedback withIsAnomaly(Boolean isAnomaly)
Feedback on whether the metric is a legitimate anomaly.
isAnomaly
- Feedback on whether the metric is a legitimate anomaly.public Boolean isAnomaly()
Feedback on whether the metric is a legitimate anomaly.
public String toString()
toString
in class Object
Object.toString()
public AnomalyGroupTimeSeriesFeedback clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.