@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityRulesetEvaluationRunFilter extends Object implements Serializable, Cloneable, StructuredPojo
The filter criteria.
Constructor and Description |
---|
DataQualityRulesetEvaluationRunFilter() |
Modifier and Type | Method and Description |
---|---|
DataQualityRulesetEvaluationRunFilter |
clone() |
boolean |
equals(Object obj) |
DataSource |
getDataSource()
Filter based on a data source (an Glue table) associated with the run.
|
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 based on a data source (an Glue table) associated with the run.
|
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.
|
DataQualityRulesetEvaluationRunFilter |
withDataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunFilter |
withStartedAfter(Date startedAfter)
Filter results by runs that started after this time.
|
DataQualityRulesetEvaluationRunFilter |
withStartedBefore(Date startedBefore)
Filter results by runs that started before this time.
|
public DataQualityRulesetEvaluationRunFilter()
public void setDataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the run.
dataSource
- Filter based on a data source (an Glue table) associated with the run.public DataSource getDataSource()
Filter based on a data source (an Glue table) associated with the run.
public DataQualityRulesetEvaluationRunFilter withDataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the run.
dataSource
- Filter based on a data source (an Glue table) associated with the run.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 DataQualityRulesetEvaluationRunFilter withStartedBefore(Date startedBefore)
Filter results by runs that started before this time.
startedBefore
- Filter results by runs that started before this time.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 DataQualityRulesetEvaluationRunFilter withStartedAfter(Date startedAfter)
Filter results by runs that started after this time.
startedAfter
- Filter results by runs that started after this time.public String toString()
toString
in class Object
Object.toString()
public DataQualityRulesetEvaluationRunFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.