@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityResultFilterCriteria extends Object implements Serializable, Cloneable, StructuredPojo
Criteria used to return data quality results.
Constructor and Description |
---|
DataQualityResultFilterCriteria() |
Modifier and Type | Method and Description |
---|---|
DataQualityResultFilterCriteria |
clone() |
boolean |
equals(Object obj) |
DataSource |
getDataSource()
Filter results by the specified data source.
|
String |
getJobName()
Filter results by the specified job name.
|
String |
getJobRunId()
Filter results by the specified job run ID.
|
Date |
getStartedAfter()
Filter results by runs that started after this time.
|
Date |
getStartedBefore()
Filter results by runs that started before this time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSource(DataSource dataSource)
Filter results by the specified data source.
|
void |
setJobName(String jobName)
Filter results by the specified job name.
|
void |
setJobRunId(String jobRunId)
Filter results by the specified job run ID.
|
void |
setStartedAfter(Date startedAfter)
Filter results by runs that started after this time.
|
void |
setStartedBefore(Date startedBefore)
Filter results by runs that started before this time.
|
String |
toString()
Returns a string representation of this object.
|
DataQualityResultFilterCriteria |
withDataSource(DataSource dataSource)
Filter results by the specified data source.
|
DataQualityResultFilterCriteria |
withJobName(String jobName)
Filter results by the specified job name.
|
DataQualityResultFilterCriteria |
withJobRunId(String jobRunId)
Filter results by the specified job run ID.
|
DataQualityResultFilterCriteria |
withStartedAfter(Date startedAfter)
Filter results by runs that started after this time.
|
DataQualityResultFilterCriteria |
withStartedBefore(Date startedBefore)
Filter results by runs that started before this time.
|
public void setDataSource(DataSource dataSource)
Filter results by the specified data source. For example, retrieving all results for an Glue table.
dataSource
- Filter results by the specified data source. For example, retrieving all results for an Glue table.public DataSource getDataSource()
Filter results by the specified data source. For example, retrieving all results for an Glue table.
public DataQualityResultFilterCriteria withDataSource(DataSource dataSource)
Filter results by the specified data source. For example, retrieving all results for an Glue table.
dataSource
- Filter results by the specified data source. For example, retrieving all results for an Glue table.public void setJobName(String jobName)
Filter results by the specified job name.
jobName
- Filter results by the specified job name.public String getJobName()
Filter results by the specified job name.
public DataQualityResultFilterCriteria withJobName(String jobName)
Filter results by the specified job name.
jobName
- Filter results by the specified job name.public void setJobRunId(String jobRunId)
Filter results by the specified job run ID.
jobRunId
- Filter results by the specified job run ID.public String getJobRunId()
Filter results by the specified job run ID.
public DataQualityResultFilterCriteria withJobRunId(String jobRunId)
Filter results by the specified job run ID.
jobRunId
- Filter results by the specified job run ID.public void setStartedAfter(Date startedAfter)
Filter results by runs that started after this time.
startedAfter
- Filter results by runs that started after this time.public Date getStartedAfter()
Filter results by runs that started after this time.
public DataQualityResultFilterCriteria withStartedAfter(Date startedAfter)
Filter results by runs that started after this time.
startedAfter
- Filter results by runs that started after this time.public void setStartedBefore(Date startedBefore)
Filter results by runs that started before this time.
startedBefore
- Filter results by runs that started before this time.public Date getStartedBefore()
Filter results by runs that started before this time.
public DataQualityResultFilterCriteria withStartedBefore(Date startedBefore)
Filter results by runs that started before this time.
startedBefore
- Filter results by runs that started before this time.public String toString()
toString
in class Object
Object.toString()
public DataQualityResultFilterCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.