@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityRulesetEvaluationRunDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes the result of a data quality ruleset evaluation run.
| Constructor and Description |
|---|
DataQualityRulesetEvaluationRunDescription() |
| Modifier and Type | Method and Description |
|---|---|
DataQualityRulesetEvaluationRunDescription |
clone() |
boolean |
equals(Object obj) |
DataSource |
getDataSource()
The data source (an Glue table) associated with the run.
|
String |
getRunId()
The unique run identifier associated with this run.
|
Date |
getStartedOn()
The date and time when the run started.
|
String |
getStatus()
The status for this run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
|
void |
setRunId(String runId)
The unique run identifier associated with this run.
|
void |
setStartedOn(Date startedOn)
The date and time when the run started.
|
void |
setStatus(String status)
The status for this run.
|
String |
toString()
Returns a string representation of this object.
|
DataQualityRulesetEvaluationRunDescription |
withDataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunDescription |
withRunId(String runId)
The unique run identifier associated with this run.
|
DataQualityRulesetEvaluationRunDescription |
withStartedOn(Date startedOn)
The date and time when the run started.
|
DataQualityRulesetEvaluationRunDescription |
withStatus(String status)
The status for this run.
|
DataQualityRulesetEvaluationRunDescription |
withStatus(TaskStatusType status)
The status for this run.
|
public DataQualityRulesetEvaluationRunDescription()
public void setRunId(String runId)
The unique run identifier associated with this run.
runId - The unique run identifier associated with this run.public String getRunId()
The unique run identifier associated with this run.
public DataQualityRulesetEvaluationRunDescription withRunId(String runId)
The unique run identifier associated with this run.
runId - The unique run identifier associated with this run.public void setStatus(String status)
The status for this run.
status - The status for this run.TaskStatusTypepublic String getStatus()
The status for this run.
TaskStatusTypepublic DataQualityRulesetEvaluationRunDescription withStatus(String status)
The status for this run.
status - The status for this run.TaskStatusTypepublic DataQualityRulesetEvaluationRunDescription withStatus(TaskStatusType status)
The status for this run.
status - The status for this run.TaskStatusTypepublic void setStartedOn(Date startedOn)
The date and time when the run started.
startedOn - The date and time when the run started.public Date getStartedOn()
The date and time when the run started.
public DataQualityRulesetEvaluationRunDescription withStartedOn(Date startedOn)
The date and time when the run started.
startedOn - The date and time when the run started.public void setDataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
dataSource - The data source (an Glue table) associated with the run.public DataSource getDataSource()
The data source (an Glue table) associated with the run.
public DataQualityRulesetEvaluationRunDescription withDataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
dataSource - The data source (an Glue table) associated with the run.public String toString()
toString in class ObjectObject.toString()public DataQualityRulesetEvaluationRunDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.