@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityAnalyzerResult extends Object implements Serializable, Cloneable, StructuredPojo
Describes the result of the evaluation of a data quality analyzer.
Constructor and Description |
---|
DataQualityAnalyzerResult() |
Modifier and Type | Method and Description |
---|---|
DataQualityAnalyzerResult |
addEvaluatedMetricsEntry(String key,
Double value)
Add a single EvaluatedMetrics entry
|
DataQualityAnalyzerResult |
clearEvaluatedMetricsEntries()
Removes all the entries added into EvaluatedMetrics.
|
DataQualityAnalyzerResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the data quality analyzer.
|
Map<String,Double> |
getEvaluatedMetrics()
A map of metrics associated with the evaluation of the analyzer.
|
String |
getEvaluationMessage()
An evaluation message.
|
String |
getName()
The name of the data quality analyzer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
A description of the data quality analyzer.
|
void |
setEvaluatedMetrics(Map<String,Double> evaluatedMetrics)
A map of metrics associated with the evaluation of the analyzer.
|
void |
setEvaluationMessage(String evaluationMessage)
An evaluation message.
|
void |
setName(String name)
The name of the data quality analyzer.
|
String |
toString()
Returns a string representation of this object.
|
DataQualityAnalyzerResult |
withDescription(String description)
A description of the data quality analyzer.
|
DataQualityAnalyzerResult |
withEvaluatedMetrics(Map<String,Double> evaluatedMetrics)
A map of metrics associated with the evaluation of the analyzer.
|
DataQualityAnalyzerResult |
withEvaluationMessage(String evaluationMessage)
An evaluation message.
|
DataQualityAnalyzerResult |
withName(String name)
The name of the data quality analyzer.
|
public void setName(String name)
The name of the data quality analyzer.
name
- The name of the data quality analyzer.public String getName()
The name of the data quality analyzer.
public DataQualityAnalyzerResult withName(String name)
The name of the data quality analyzer.
name
- The name of the data quality analyzer.public void setDescription(String description)
A description of the data quality analyzer.
description
- A description of the data quality analyzer.public String getDescription()
A description of the data quality analyzer.
public DataQualityAnalyzerResult withDescription(String description)
A description of the data quality analyzer.
description
- A description of the data quality analyzer.public void setEvaluationMessage(String evaluationMessage)
An evaluation message.
evaluationMessage
- An evaluation message.public String getEvaluationMessage()
An evaluation message.
public DataQualityAnalyzerResult withEvaluationMessage(String evaluationMessage)
An evaluation message.
evaluationMessage
- An evaluation message.public Map<String,Double> getEvaluatedMetrics()
A map of metrics associated with the evaluation of the analyzer.
public void setEvaluatedMetrics(Map<String,Double> evaluatedMetrics)
A map of metrics associated with the evaluation of the analyzer.
evaluatedMetrics
- A map of metrics associated with the evaluation of the analyzer.public DataQualityAnalyzerResult withEvaluatedMetrics(Map<String,Double> evaluatedMetrics)
A map of metrics associated with the evaluation of the analyzer.
evaluatedMetrics
- A map of metrics associated with the evaluation of the analyzer.public DataQualityAnalyzerResult addEvaluatedMetricsEntry(String key, Double value)
public DataQualityAnalyzerResult clearEvaluatedMetricsEntries()
public String toString()
toString
in class Object
Object.toString()
public DataQualityAnalyzerResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.