7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/cleanrooms/model/ConfiguredTableAssociationAnalysisRuleType.h>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
65 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
66 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
80 inline void SetConfiguredTableId(
const char* value) { m_configuredTableIdHasBeenSet =
true; m_configuredTableId.assign(value); }
94 inline void SetConfiguredTableArn(
const char* value) { m_configuredTableArnHasBeenSet =
true; m_configuredTableArn.assign(value); }
109 inline void SetMembershipId(
const char* value) { m_membershipIdHasBeenSet =
true; m_membershipId.assign(value); }
124 inline void SetMembershipArn(
const char* value) { m_membershipArnHasBeenSet =
true; m_membershipArn.assign(value); }
139 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
155 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
169 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
215 bool m_arnHasBeenSet =
false;
218 bool m_idHasBeenSet =
false;
221 bool m_configuredTableIdHasBeenSet =
false;
224 bool m_configuredTableArnHasBeenSet =
false;
227 bool m_membershipIdHasBeenSet =
false;
230 bool m_membershipArnHasBeenSet =
false;
233 bool m_roleArnHasBeenSet =
false;
236 bool m_nameHasBeenSet =
false;
239 bool m_descriptionHasBeenSet =
false;
242 bool m_analysisRuleTypesHasBeenSet =
false;
245 bool m_createTimeHasBeenSet =
false;
248 bool m_updateTimeHasBeenSet =
false;
ConfiguredTableAssociationAnalysisRuleType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue