7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/DataQualityTargetTable.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
76 template <
typename RulesetT = Aws::String>
78 m_rulesetHasBeenSet =
true;
79 m_ruleset = std::forward<RulesetT>(value);
81 template <
typename RulesetT = Aws::String>
93 template <
typename TargetTableT = DataQualityTargetTable>
95 m_targetTableHasBeenSet =
true;
96 m_targetTable = std::forward<TargetTableT>(value);
98 template <
typename TargetTableT = DataQualityTargetTable>
111 template <
typename CreatedOnT = Aws::Utils::DateTime>
113 m_createdOnHasBeenSet =
true;
114 m_createdOn = std::forward<CreatedOnT>(value);
116 template <
typename CreatedOnT = Aws::Utils::DateTime>
129 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
131 m_lastModifiedOnHasBeenSet =
true;
132 m_lastModifiedOn = std::forward<LastModifiedOnT>(value);
134 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
147 template <
typename RecommendationRunIdT = Aws::String>
149 m_recommendationRunIdHasBeenSet =
true;
150 m_recommendationRunId = std::forward<RecommendationRunIdT>(value);
152 template <
typename RecommendationRunIdT = Aws::String>
165 template <
typename DataQualitySecurityConfigurationT = Aws::String>
167 m_dataQualitySecurityConfigurationHasBeenSet =
true;
168 m_dataQualitySecurityConfiguration = std::forward<DataQualitySecurityConfigurationT>(value);
170 template <
typename DataQualitySecurityConfigurationT = Aws::String>
180 template <
typename RequestIdT = Aws::String>
182 m_requestIdHasBeenSet =
true;
183 m_requestId = std::forward<RequestIdT>(value);
185 template <
typename RequestIdT = Aws::String>
193 bool m_nameHasBeenSet =
false;
196 bool m_descriptionHasBeenSet =
false;
199 bool m_rulesetHasBeenSet =
false;
202 bool m_targetTableHasBeenSet =
false;
205 bool m_createdOnHasBeenSet =
false;
208 bool m_lastModifiedOnHasBeenSet =
false;
211 bool m_recommendationRunIdHasBeenSet =
false;
214 bool m_dataQualitySecurityConfigurationHasBeenSet =
false;
217 bool m_requestIdHasBeenSet =
false;
void SetCreatedOn(CreatedOnT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreatedOn() const
const Aws::String & GetRecommendationRunId() const
GetDataQualityRulesetResult & WithDataQualitySecurityConfiguration(DataQualitySecurityConfigurationT &&value)
void SetTargetTable(TargetTableT &&value)
const Aws::Utils::DateTime & GetLastModifiedOn() const
AWS_GLUE_API GetDataQualityRulesetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRuleset(RulesetT &&value)
const Aws::String & GetDataQualitySecurityConfiguration() const
void SetLastModifiedOn(LastModifiedOnT &&value)
const Aws::String & GetRuleset() const
const Aws::String & GetRequestId() const
GetDataQualityRulesetResult & WithRuleset(RulesetT &&value)
GetDataQualityRulesetResult & WithTargetTable(TargetTableT &&value)
void SetDataQualitySecurityConfiguration(DataQualitySecurityConfigurationT &&value)
void SetRecommendationRunId(RecommendationRunIdT &&value)
GetDataQualityRulesetResult & WithCreatedOn(CreatedOnT &&value)
const DataQualityTargetTable & GetTargetTable() const
AWS_GLUE_API GetDataQualityRulesetResult()=default
GetDataQualityRulesetResult & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
GetDataQualityRulesetResult & WithName(NameT &&value)
AWS_GLUE_API GetDataQualityRulesetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
GetDataQualityRulesetResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
GetDataQualityRulesetResult & WithRecommendationRunId(RecommendationRunIdT &&value)
GetDataQualityRulesetResult & WithLastModifiedOn(LastModifiedOnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue