7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/DataQualityTargetTable.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename RulesetT = Aws::String>
79 m_rulesetHasBeenSet =
true;
80 m_ruleset = std::forward<RulesetT>(value);
82 template <
typename RulesetT = Aws::String>
94 template <
typename TargetTableT = DataQualityTargetTable>
96 m_targetTableHasBeenSet =
true;
97 m_targetTable = std::forward<TargetTableT>(value);
99 template <
typename TargetTableT = DataQualityTargetTable>
112 template <
typename CreatedOnT = Aws::Utils::DateTime>
114 m_createdOnHasBeenSet =
true;
115 m_createdOn = std::forward<CreatedOnT>(value);
117 template <
typename CreatedOnT = Aws::Utils::DateTime>
130 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
132 m_lastModifiedOnHasBeenSet =
true;
133 m_lastModifiedOn = std::forward<LastModifiedOnT>(value);
135 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
148 template <
typename RecommendationRunIdT = Aws::String>
150 m_recommendationRunIdHasBeenSet =
true;
151 m_recommendationRunId = std::forward<RecommendationRunIdT>(value);
153 template <
typename RecommendationRunIdT = Aws::String>
166 template <
typename DataQualitySecurityConfigurationT = Aws::String>
168 m_dataQualitySecurityConfigurationHasBeenSet =
true;
169 m_dataQualitySecurityConfiguration = std::forward<DataQualitySecurityConfigurationT>(value);
171 template <
typename DataQualitySecurityConfigurationT = Aws::String>
181 template <
typename RequestIdT = Aws::String>
183 m_requestIdHasBeenSet =
true;
184 m_requestId = std::forward<RequestIdT>(value);
186 template <
typename RequestIdT = Aws::String>
213 bool m_nameHasBeenSet =
false;
214 bool m_descriptionHasBeenSet =
false;
215 bool m_rulesetHasBeenSet =
false;
216 bool m_targetTableHasBeenSet =
false;
217 bool m_createdOnHasBeenSet =
false;
218 bool m_lastModifiedOnHasBeenSet =
false;
219 bool m_recommendationRunIdHasBeenSet =
false;
220 bool m_dataQualitySecurityConfigurationHasBeenSet =
false;
221 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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