@Generated(value="software.amazon.awssdk:codegen") public final class DataQualityRulesetListDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQualityRulesetListDetails.Builder,DataQualityRulesetListDetails>
Describes a data quality ruleset returned by GetDataQualityRuleset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataQualityRulesetListDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataQualityRulesetListDetails.Builder |
builder() |
Instant |
createdOn()
The date and time the data quality ruleset was created.
|
String |
description()
A description of the data quality ruleset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedOn()
The date and time the data quality ruleset was last modified.
|
String |
name()
The name of the data quality ruleset.
|
String |
recommendationRunId()
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
|
Integer |
ruleCount()
The number of rules in the ruleset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataQualityRulesetListDetails.Builder> |
serializableBuilderClass() |
DataQualityTargetTable |
targetTable()
An object representing an Glue table.
|
DataQualityRulesetListDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the data quality ruleset.
public final String description()
A description of the data quality ruleset.
public final Instant createdOn()
The date and time the data quality ruleset was created.
public final Instant lastModifiedOn()
The date and time the data quality ruleset was last modified.
public final DataQualityTargetTable targetTable()
An object representing an Glue table.
public final String recommendationRunId()
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
public final Integer ruleCount()
The number of rules in the ruleset.
public DataQualityRulesetListDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataQualityRulesetListDetails.Builder,DataQualityRulesetListDetails>public static DataQualityRulesetListDetails.Builder builder()
public static Class<? extends DataQualityRulesetListDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.