@Generated(value="software.amazon.awssdk:codegen") public final class GetDataQualityRulesetResponse extends GlueResponse implements ToCopyableBuilder<GetDataQualityRulesetResponse.Builder,GetDataQualityRulesetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDataQualityRulesetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDataQualityRulesetResponse.Builder |
builder() |
Instant |
createdOn()
A timestamp.
|
String |
description()
A description of the ruleset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedOn()
A timestamp.
|
String |
name()
The name of the ruleset.
|
String |
recommendationRunId()
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
|
String |
ruleset()
A Data Quality Definition Language (DQDL) ruleset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDataQualityRulesetResponse.Builder> |
serializableBuilderClass() |
DataQualityTargetTable |
targetTable()
The name and database name of the target table.
|
GetDataQualityRulesetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the ruleset.
public final String description()
A description of the ruleset.
public final String ruleset()
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
public final DataQualityTargetTable targetTable()
The name and database name of the target table.
public final Instant createdOn()
A timestamp. The time and date that this data quality ruleset was created.
public final Instant lastModifiedOn()
A timestamp. The last point in time when this data quality ruleset was modified.
public final String recommendationRunId()
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
public GetDataQualityRulesetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDataQualityRulesetResponse.Builder,GetDataQualityRulesetResponse>toBuilder in class AwsResponsepublic static GetDataQualityRulesetResponse.Builder builder()
public static Class<? extends GetDataQualityRulesetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.