7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
65 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
80 inline void SetCollaborationId(
const char* value) { m_collaborationIdHasBeenSet =
true; m_collaborationId.assign(value); }
95 inline void SetCollaborationArn(
const char* value) { m_collaborationArnHasBeenSet =
true; m_collaborationArn.assign(value); }
123 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
137 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
152 inline void SetCreatorAccountId(
const char* value) { m_creatorAccountIdHasBeenSet =
true; m_creatorAccountId.assign(value); }
185 bool m_idHasBeenSet =
false;
188 bool m_arnHasBeenSet =
false;
191 bool m_collaborationIdHasBeenSet =
false;
194 bool m_collaborationArnHasBeenSet =
false;
197 bool m_configuredAudienceModelArnHasBeenSet =
false;
200 bool m_nameHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
206 bool m_creatorAccountIdHasBeenSet =
false;
209 bool m_createTimeHasBeenSet =
false;
212 bool m_updateTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue