@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityRuleRecommendationRunDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes the result of a data quality rule recommendation run.
Constructor and Description |
---|
DataQualityRuleRecommendationRunDescription() |
Modifier and Type | Method and Description |
---|---|
DataQualityRuleRecommendationRunDescription |
clone() |
boolean |
equals(Object obj) |
DataSource |
getDataSource()
The data source (Glue table) associated with the recommendation run.
|
String |
getRunId()
The unique run identifier associated with this run.
|
Date |
getStartedOn()
The date and time when this run started.
|
String |
getStatus()
The status for this run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataSource(DataSource dataSource)
The data source (Glue table) associated with the recommendation run.
|
void |
setRunId(String runId)
The unique run identifier associated with this run.
|
void |
setStartedOn(Date startedOn)
The date and time when this run started.
|
void |
setStatus(String status)
The status for this run.
|
String |
toString()
Returns a string representation of this object.
|
DataQualityRuleRecommendationRunDescription |
withDataSource(DataSource dataSource)
The data source (Glue table) associated with the recommendation run.
|
DataQualityRuleRecommendationRunDescription |
withRunId(String runId)
The unique run identifier associated with this run.
|
DataQualityRuleRecommendationRunDescription |
withStartedOn(Date startedOn)
The date and time when this run started.
|
DataQualityRuleRecommendationRunDescription |
withStatus(String status)
The status for this run.
|
DataQualityRuleRecommendationRunDescription |
withStatus(TaskStatusType status)
The status for this run.
|
public DataQualityRuleRecommendationRunDescription()
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 DataQualityRuleRecommendationRunDescription 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.TaskStatusType
public String getStatus()
The status for this run.
TaskStatusType
public DataQualityRuleRecommendationRunDescription withStatus(String status)
The status for this run.
status
- The status for this run.TaskStatusType
public DataQualityRuleRecommendationRunDescription withStatus(TaskStatusType status)
The status for this run.
status
- The status for this run.TaskStatusType
public void setStartedOn(Date startedOn)
The date and time when this run started.
startedOn
- The date and time when this run started.public Date getStartedOn()
The date and time when this run started.
public DataQualityRuleRecommendationRunDescription withStartedOn(Date startedOn)
The date and time when this run started.
startedOn
- The date and time when this run started.public void setDataSource(DataSource dataSource)
The data source (Glue table) associated with the recommendation run.
dataSource
- The data source (Glue table) associated with the recommendation run.public DataSource getDataSource()
The data source (Glue table) associated with the recommendation run.
public DataQualityRuleRecommendationRunDescription withDataSource(DataSource dataSource)
The data source (Glue table) associated with the recommendation run.
dataSource
- The data source (Glue table) associated with the recommendation run.public String toString()
toString
in class Object
Object.toString()
public DataQualityRuleRecommendationRunDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.