/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace Glue { namespace Model { class GetDataQualityRulesetResult { public: AWS_GLUE_API GetDataQualityRulesetResult(); AWS_GLUE_API GetDataQualityRulesetResult(const Aws::AmazonWebServiceResult& result); AWS_GLUE_API GetDataQualityRulesetResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The name of the ruleset.

*/ inline const Aws::String& GetName() const{ return m_name; } /** *

The name of the ruleset.

*/ inline void SetName(const Aws::String& value) { m_name = value; } /** *

The name of the ruleset.

*/ inline void SetName(Aws::String&& value) { m_name = std::move(value); } /** *

The name of the ruleset.

*/ inline void SetName(const char* value) { m_name.assign(value); } /** *

The name of the ruleset.

*/ inline GetDataQualityRulesetResult& WithName(const Aws::String& value) { SetName(value); return *this;} /** *

The name of the ruleset.

*/ inline GetDataQualityRulesetResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *

The name of the ruleset.

*/ inline GetDataQualityRulesetResult& WithName(const char* value) { SetName(value); return *this;} /** *

A description of the ruleset.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

A description of the ruleset.

*/ inline void SetDescription(const Aws::String& value) { m_description = value; } /** *

A description of the ruleset.

*/ inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } /** *

A description of the ruleset.

*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** *

A description of the ruleset.

*/ inline GetDataQualityRulesetResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

A description of the ruleset.

*/ inline GetDataQualityRulesetResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

A description of the ruleset.

*/ inline GetDataQualityRulesetResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

A Data Quality Definition Language (DQDL) ruleset. For more information, see * the Glue developer guide.

*/ inline const Aws::String& GetRuleset() const{ return m_ruleset; } /** *

A Data Quality Definition Language (DQDL) ruleset. For more information, see * the Glue developer guide.

*/ inline void SetRuleset(const Aws::String& value) { m_ruleset = value; } /** *

A Data Quality Definition Language (DQDL) ruleset. For more information, see * the Glue developer guide.

*/ inline void SetRuleset(Aws::String&& value) { m_ruleset = std::move(value); } /** *

A Data Quality Definition Language (DQDL) ruleset. For more information, see * the Glue developer guide.

*/ inline void SetRuleset(const char* value) { m_ruleset.assign(value); } /** *

A Data Quality Definition Language (DQDL) ruleset. For more information, see * the Glue developer guide.

*/ inline GetDataQualityRulesetResult& WithRuleset(const Aws::String& value) { SetRuleset(value); return *this;} /** *

A Data Quality Definition Language (DQDL) ruleset. For more information, see * the Glue developer guide.

*/ inline GetDataQualityRulesetResult& WithRuleset(Aws::String&& value) { SetRuleset(std::move(value)); return *this;} /** *

A Data Quality Definition Language (DQDL) ruleset. For more information, see * the Glue developer guide.

*/ inline GetDataQualityRulesetResult& WithRuleset(const char* value) { SetRuleset(value); return *this;} /** *

The name and database name of the target table.

*/ inline const DataQualityTargetTable& GetTargetTable() const{ return m_targetTable; } /** *

The name and database name of the target table.

*/ inline void SetTargetTable(const DataQualityTargetTable& value) { m_targetTable = value; } /** *

The name and database name of the target table.

*/ inline void SetTargetTable(DataQualityTargetTable&& value) { m_targetTable = std::move(value); } /** *

The name and database name of the target table.

*/ inline GetDataQualityRulesetResult& WithTargetTable(const DataQualityTargetTable& value) { SetTargetTable(value); return *this;} /** *

The name and database name of the target table.

*/ inline GetDataQualityRulesetResult& WithTargetTable(DataQualityTargetTable&& value) { SetTargetTable(std::move(value)); return *this;} /** *

A timestamp. The time and date that this data quality ruleset was * created.

*/ inline const Aws::Utils::DateTime& GetCreatedOn() const{ return m_createdOn; } /** *

A timestamp. The time and date that this data quality ruleset was * created.

*/ inline void SetCreatedOn(const Aws::Utils::DateTime& value) { m_createdOn = value; } /** *

A timestamp. The time and date that this data quality ruleset was * created.

*/ inline void SetCreatedOn(Aws::Utils::DateTime&& value) { m_createdOn = std::move(value); } /** *

A timestamp. The time and date that this data quality ruleset was * created.

*/ inline GetDataQualityRulesetResult& WithCreatedOn(const Aws::Utils::DateTime& value) { SetCreatedOn(value); return *this;} /** *

A timestamp. The time and date that this data quality ruleset was * created.

*/ inline GetDataQualityRulesetResult& WithCreatedOn(Aws::Utils::DateTime&& value) { SetCreatedOn(std::move(value)); return *this;} /** *

A timestamp. The last point in time when this data quality ruleset was * modified.

*/ inline const Aws::Utils::DateTime& GetLastModifiedOn() const{ return m_lastModifiedOn; } /** *

A timestamp. The last point in time when this data quality ruleset was * modified.

*/ inline void SetLastModifiedOn(const Aws::Utils::DateTime& value) { m_lastModifiedOn = value; } /** *

A timestamp. The last point in time when this data quality ruleset was * modified.

*/ inline void SetLastModifiedOn(Aws::Utils::DateTime&& value) { m_lastModifiedOn = std::move(value); } /** *

A timestamp. The last point in time when this data quality ruleset was * modified.

*/ inline GetDataQualityRulesetResult& WithLastModifiedOn(const Aws::Utils::DateTime& value) { SetLastModifiedOn(value); return *this;} /** *

A timestamp. The last point in time when this data quality ruleset was * modified.

*/ inline GetDataQualityRulesetResult& WithLastModifiedOn(Aws::Utils::DateTime&& value) { SetLastModifiedOn(std::move(value)); return *this;} /** *

When a ruleset was created from a recommendation run, this run ID is * generated to link the two together.

*/ inline const Aws::String& GetRecommendationRunId() const{ return m_recommendationRunId; } /** *

When a ruleset was created from a recommendation run, this run ID is * generated to link the two together.

*/ inline void SetRecommendationRunId(const Aws::String& value) { m_recommendationRunId = value; } /** *

When a ruleset was created from a recommendation run, this run ID is * generated to link the two together.

*/ inline void SetRecommendationRunId(Aws::String&& value) { m_recommendationRunId = std::move(value); } /** *

When a ruleset was created from a recommendation run, this run ID is * generated to link the two together.

*/ inline void SetRecommendationRunId(const char* value) { m_recommendationRunId.assign(value); } /** *

When a ruleset was created from a recommendation run, this run ID is * generated to link the two together.

*/ inline GetDataQualityRulesetResult& WithRecommendationRunId(const Aws::String& value) { SetRecommendationRunId(value); return *this;} /** *

When a ruleset was created from a recommendation run, this run ID is * generated to link the two together.

*/ inline GetDataQualityRulesetResult& WithRecommendationRunId(Aws::String&& value) { SetRecommendationRunId(std::move(value)); return *this;} /** *

When a ruleset was created from a recommendation run, this run ID is * generated to link the two together.

*/ inline GetDataQualityRulesetResult& WithRecommendationRunId(const char* value) { SetRecommendationRunId(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline GetDataQualityRulesetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetDataQualityRulesetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetDataQualityRulesetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_name; Aws::String m_description; Aws::String m_ruleset; DataQualityTargetTable m_targetTable; Aws::Utils::DateTime m_createdOn; Aws::Utils::DateTime m_lastModifiedOn; Aws::String m_recommendationRunId; Aws::String m_requestId; }; } // namespace Model } // namespace Glue } // namespace Aws