@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityResultDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes a data quality result.
Constructor and Description |
---|
DataQualityResultDescription() |
Modifier and Type | Method and Description |
---|---|
DataQualityResultDescription |
clone() |
boolean |
equals(Object obj) |
DataSource |
getDataSource()
The table name associated with the data quality result.
|
String |
getJobName()
The job name associated with the data quality result.
|
String |
getJobRunId()
The job run ID associated with the data quality result.
|
String |
getResultId()
The unique result ID for this data quality result.
|
Date |
getStartedOn()
The time that the run started for this data quality result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSource(DataSource dataSource)
The table name associated with the data quality result.
|
void |
setJobName(String jobName)
The job name associated with the data quality result.
|
void |
setJobRunId(String jobRunId)
The job run ID associated with the data quality result.
|
void |
setResultId(String resultId)
The unique result ID for this data quality result.
|
void |
setStartedOn(Date startedOn)
The time that the run started for this data quality result.
|
String |
toString()
Returns a string representation of this object.
|
DataQualityResultDescription |
withDataSource(DataSource dataSource)
The table name associated with the data quality result.
|
DataQualityResultDescription |
withJobName(String jobName)
The job name associated with the data quality result.
|
DataQualityResultDescription |
withJobRunId(String jobRunId)
The job run ID associated with the data quality result.
|
DataQualityResultDescription |
withResultId(String resultId)
The unique result ID for this data quality result.
|
DataQualityResultDescription |
withStartedOn(Date startedOn)
The time that the run started for this data quality result.
|
public void setResultId(String resultId)
The unique result ID for this data quality result.
resultId
- The unique result ID for this data quality result.public String getResultId()
The unique result ID for this data quality result.
public DataQualityResultDescription withResultId(String resultId)
The unique result ID for this data quality result.
resultId
- The unique result ID for this data quality result.public void setDataSource(DataSource dataSource)
The table name associated with the data quality result.
dataSource
- The table name associated with the data quality result.public DataSource getDataSource()
The table name associated with the data quality result.
public DataQualityResultDescription withDataSource(DataSource dataSource)
The table name associated with the data quality result.
dataSource
- The table name associated with the data quality result.public void setJobName(String jobName)
The job name associated with the data quality result.
jobName
- The job name associated with the data quality result.public String getJobName()
The job name associated with the data quality result.
public DataQualityResultDescription withJobName(String jobName)
The job name associated with the data quality result.
jobName
- The job name associated with the data quality result.public void setJobRunId(String jobRunId)
The job run ID associated with the data quality result.
jobRunId
- The job run ID associated with the data quality result.public String getJobRunId()
The job run ID associated with the data quality result.
public DataQualityResultDescription withJobRunId(String jobRunId)
The job run ID associated with the data quality result.
jobRunId
- The job run ID associated with the data quality result.public void setStartedOn(Date startedOn)
The time that the run started for this data quality result.
startedOn
- The time that the run started for this data quality result.public Date getStartedOn()
The time that the run started for this data quality result.
public DataQualityResultDescription withStartedOn(Date startedOn)
The time that the run started for this data quality result.
startedOn
- The time that the run started for this data quality result.public String toString()
toString
in class Object
Object.toString()
public DataQualityResultDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.