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