@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnomalySourceDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the source of the anomalous operational data that triggered the anomaly.
| Constructor and Description |
|---|
AnomalySourceDetails() |
| Modifier and Type | Method and Description |
|---|---|
AnomalySourceDetails |
clone() |
boolean |
equals(Object obj) |
List<CloudWatchMetricsDetail> |
getCloudWatchMetrics()
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
List<PerformanceInsightsMetricsDetail> |
getPerformanceInsightsMetrics()
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
void |
setPerformanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
String |
toString()
Returns a string representation of this object.
|
AnomalySourceDetails |
withCloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
AnomalySourceDetails |
withCloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior. |
AnomalySourceDetails |
withPerformanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
AnomalySourceDetails |
withPerformanceInsightsMetrics(PerformanceInsightsMetricsDetail... performanceInsightsMetrics)
An array of
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior. |
public List<CloudWatchMetricsDetail> getCloudWatchMetrics()
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
CloudWatchMetricsDetail objects that contain information about analyzed
CloudWatch metrics that show anomalous behavior.public void setCloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
cloudWatchMetrics - An array of CloudWatchMetricsDetail objects that contain information about analyzed
CloudWatch metrics that show anomalous behavior.public AnomalySourceDetails withCloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics)
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
NOTE: This method appends the values to the existing list (if any). Use
setCloudWatchMetrics(java.util.Collection) or withCloudWatchMetrics(java.util.Collection) if
you want to override the existing values.
cloudWatchMetrics - An array of CloudWatchMetricsDetail objects that contain information about analyzed
CloudWatch metrics that show anomalous behavior.public AnomalySourceDetails withCloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)
An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch
metrics that show anomalous behavior.
cloudWatchMetrics - An array of CloudWatchMetricsDetail objects that contain information about analyzed
CloudWatch metrics that show anomalous behavior.public List<PerformanceInsightsMetricsDetail> getPerformanceInsightsMetrics()
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.public void setPerformanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
performanceInsightsMetrics - An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.public AnomalySourceDetails withPerformanceInsightsMetrics(PerformanceInsightsMetricsDetail... performanceInsightsMetrics)
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
NOTE: This method appends the values to the existing list (if any). Use
setPerformanceInsightsMetrics(java.util.Collection) or
withPerformanceInsightsMetrics(java.util.Collection) if you want to override the existing values.
performanceInsightsMetrics - An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.public AnomalySourceDetails withPerformanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)
An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.
performanceInsightsMetrics - An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed
Performance Insights metrics that show anomalous behavior.public String toString()
toString in class ObjectObject.toString()public AnomalySourceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.