@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataQualityMetricsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDataQualityMetricsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDataQualityMetricsResult |
clone() |
boolean |
equals(Object obj) |
List<AnomalyDetectorDataQualityMetric> |
getAnomalyDetectorDataQualityMetricList()
A list of the data quality metrics for the
AnomalyDetectorArn that you requested. |
int |
hashCode() |
void |
setAnomalyDetectorDataQualityMetricList(Collection<AnomalyDetectorDataQualityMetric> anomalyDetectorDataQualityMetricList)
A list of the data quality metrics for the
AnomalyDetectorArn that you requested. |
String |
toString()
Returns a string representation of this object.
|
GetDataQualityMetricsResult |
withAnomalyDetectorDataQualityMetricList(AnomalyDetectorDataQualityMetric... anomalyDetectorDataQualityMetricList)
A list of the data quality metrics for the
AnomalyDetectorArn that you requested. |
GetDataQualityMetricsResult |
withAnomalyDetectorDataQualityMetricList(Collection<AnomalyDetectorDataQualityMetric> anomalyDetectorDataQualityMetricList)
A list of the data quality metrics for the
AnomalyDetectorArn that you requested. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AnomalyDetectorDataQualityMetric> getAnomalyDetectorDataQualityMetricList()
A list of the data quality metrics for the AnomalyDetectorArn that you requested.
AnomalyDetectorArn that you requested.public void setAnomalyDetectorDataQualityMetricList(Collection<AnomalyDetectorDataQualityMetric> anomalyDetectorDataQualityMetricList)
A list of the data quality metrics for the AnomalyDetectorArn that you requested.
anomalyDetectorDataQualityMetricList - A list of the data quality metrics for the AnomalyDetectorArn that you requested.public GetDataQualityMetricsResult withAnomalyDetectorDataQualityMetricList(AnomalyDetectorDataQualityMetric... anomalyDetectorDataQualityMetricList)
A list of the data quality metrics for the AnomalyDetectorArn that you requested.
NOTE: This method appends the values to the existing list (if any). Use
setAnomalyDetectorDataQualityMetricList(java.util.Collection) or
withAnomalyDetectorDataQualityMetricList(java.util.Collection) if you want to override the existing
values.
anomalyDetectorDataQualityMetricList - A list of the data quality metrics for the AnomalyDetectorArn that you requested.public GetDataQualityMetricsResult withAnomalyDetectorDataQualityMetricList(Collection<AnomalyDetectorDataQualityMetric> anomalyDetectorDataQualityMetricList)
A list of the data quality metrics for the AnomalyDetectorArn that you requested.
anomalyDetectorDataQualityMetricList - A list of the data quality metrics for the AnomalyDetectorArn that you requested.public String toString()
toString in class ObjectObject.toString()public GetDataQualityMetricsResult clone()