@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityRuleRecommendationRunFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter for listing data quality recommendation runs.
Constructor and Description |
---|
DataQualityRuleRecommendationRunFilter() |
Modifier and Type | Method and Description |
---|---|
DataQualityRuleRecommendationRunFilter |
clone() |
boolean |
equals(Object obj) |
DataSource |
getDataSource()
Filter based on a specified data source (Glue table).
|
Date |
getStartedAfter()
Filter based on time for results started after provided time.
|
Date |
getStartedBefore()
Filter based on time for results started before provided time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSource(DataSource dataSource)
Filter based on a specified data source (Glue table).
|
void |
setStartedAfter(Date startedAfter)
Filter based on time for results started after provided time.
|
void |
setStartedBefore(Date startedBefore)
Filter based on time for results started before provided time.
|
String |
toString()
Returns a string representation of this object.
|
DataQualityRuleRecommendationRunFilter |
withDataSource(DataSource dataSource)
Filter based on a specified data source (Glue table).
|
DataQualityRuleRecommendationRunFilter |
withStartedAfter(Date startedAfter)
Filter based on time for results started after provided time.
|
DataQualityRuleRecommendationRunFilter |
withStartedBefore(Date startedBefore)
Filter based on time for results started before provided time.
|
public DataQualityRuleRecommendationRunFilter()
public void setDataSource(DataSource dataSource)
Filter based on a specified data source (Glue table).
dataSource
- Filter based on a specified data source (Glue table).public DataSource getDataSource()
Filter based on a specified data source (Glue table).
public DataQualityRuleRecommendationRunFilter withDataSource(DataSource dataSource)
Filter based on a specified data source (Glue table).
dataSource
- Filter based on a specified data source (Glue table).public void setStartedBefore(Date startedBefore)
Filter based on time for results started before provided time.
startedBefore
- Filter based on time for results started before provided time.public Date getStartedBefore()
Filter based on time for results started before provided time.
public DataQualityRuleRecommendationRunFilter withStartedBefore(Date startedBefore)
Filter based on time for results started before provided time.
startedBefore
- Filter based on time for results started before provided time.public void setStartedAfter(Date startedAfter)
Filter based on time for results started after provided time.
startedAfter
- Filter based on time for results started after provided time.public Date getStartedAfter()
Filter based on time for results started after provided time.
public DataQualityRuleRecommendationRunFilter withStartedAfter(Date startedAfter)
Filter based on time for results started after provided time.
startedAfter
- Filter based on time for results started after provided time.public String toString()
toString
in class Object
Object.toString()
public DataQualityRuleRecommendationRunFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.