@Generated(value="software.amazon.awssdk:codegen") public final class DataQualityMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQualityMetric.Builder,DataQualityMetric>
An array that describes a data quality metric. Each DataQualityMetric object contains the data quality
metric name, its value, a description of the metric, and the affected column.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataQualityMetric.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataQualityMetric.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metricDescription()
A description of the data quality metric.
|
DataQualityMetricType |
metricType()
The name of the data quality metric.
|
String |
metricTypeAsString()
The name of the data quality metric.
|
Double |
metricValue()
The value of the data quality metric.
|
String |
relatedColumnName()
The column that is being monitored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataQualityMetric.Builder> |
serializableBuilderClass() |
DataQualityMetric.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DataQualityMetricType metricType()
The name of the data quality metric.
If the service returns an enum value that is not available in the current SDK version, metricType will
return DataQualityMetricType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from metricTypeAsString().
DataQualityMetricTypepublic final String metricTypeAsString()
The name of the data quality metric.
If the service returns an enum value that is not available in the current SDK version, metricType will
return DataQualityMetricType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from metricTypeAsString().
DataQualityMetricTypepublic final String metricDescription()
A description of the data quality metric.
public final String relatedColumnName()
The column that is being monitored.
public final Double metricValue()
The value of the data quality metric.
public DataQualityMetric.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataQualityMetric.Builder,DataQualityMetric>public static DataQualityMetric.Builder builder()
public static Class<? extends DataQualityMetric.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.