Class GetDataQualityRulesetResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.glue.model.GlueResponse
-
- software.amazon.awssdk.services.glue.model.GetDataQualityRulesetResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetDataQualityRulesetResponse.Builder,GetDataQualityRulesetResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetDataQualityRulesetResponse extends GlueResponse implements ToCopyableBuilder<GetDataQualityRulesetResponse.Builder,GetDataQualityRulesetResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetDataQualityRulesetResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDataQualityRulesetResponse.Builderbuilder()InstantcreatedOn()A timestamp.StringdataQualitySecurityConfiguration()The name of the security configuration created with the data quality encryption option.Stringdescription()A description of the ruleset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedOn()A timestamp.Stringname()The name of the ruleset.StringrecommendationRunId()When a ruleset was created from a recommendation run, this run ID is generated to link the two together.Stringruleset()A Data Quality Definition Language (DQDL) ruleset.List<SdkField<?>>sdkFields()static Class<? extends GetDataQualityRulesetResponse.Builder>serializableBuilderClass()DataQualityTargetTabletargetTable()The name and database name of the target table.GetDataQualityRulesetResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.glue.model.GlueResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the ruleset.
- Returns:
- The name of the ruleset.
-
description
public final String description()
A description of the ruleset.
- Returns:
- A description of the ruleset.
-
ruleset
public final String ruleset()
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
- Returns:
- A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
-
targetTable
public final DataQualityTargetTable targetTable()
The name and database name of the target table.
- Returns:
- The name and database name of the target table.
-
createdOn
public final Instant createdOn()
A timestamp. The time and date that this data quality ruleset was created.
- Returns:
- A timestamp. The time and date that this data quality ruleset was created.
-
lastModifiedOn
public final Instant lastModifiedOn()
A timestamp. The last point in time when this data quality ruleset was modified.
- Returns:
- A timestamp. The last point in time when this data quality ruleset was modified.
-
recommendationRunId
public final String recommendationRunId()
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
- Returns:
- When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
-
dataQualitySecurityConfiguration
public final String dataQualitySecurityConfiguration()
The name of the security configuration created with the data quality encryption option.
- Returns:
- The name of the security configuration created with the data quality encryption option.
-
toBuilder
public GetDataQualityRulesetResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDataQualityRulesetResponse.Builder,GetDataQualityRulesetResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetDataQualityRulesetResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetDataQualityRulesetResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-