7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cleanrooms/model/TableReference.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/cleanrooms/model/AnalysisMethod.h>
13#include <aws/cleanrooms/model/ConfiguredTableAnalysisRuleType.h>
53 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
54 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
67 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
68 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
82 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
96 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
184 bool m_idHasBeenSet =
false;
187 bool m_arnHasBeenSet =
false;
190 bool m_nameHasBeenSet =
false;
193 bool m_descriptionHasBeenSet =
false;
196 bool m_tableReferenceHasBeenSet =
false;
199 bool m_createTimeHasBeenSet =
false;
202 bool m_updateTimeHasBeenSet =
false;
205 bool m_analysisRuleTypesHasBeenSet =
false;
208 bool m_analysisMethodHasBeenSet =
false;
211 bool m_allowedColumnsHasBeenSet =
false;
ConfiguredTableAnalysisRuleType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue