7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/BaseTableDependencyType.h>
9#include <aws/cleanrooms/model/BaseTableParentType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
80 m_typeHasBeenSet =
true;
98 m_parentTypeHasBeenSet =
true;
114 template <
typename CreatorAccountIdT = Aws::String>
116 m_creatorAccountIdHasBeenSet =
true;
117 m_creatorAccountId = std::forward<CreatorAccountIdT>(value);
119 template <
typename CreatorAccountIdT = Aws::String>
135 bool m_idHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
137 bool m_typeHasBeenSet =
false;
138 bool m_parentTypeHasBeenSet =
false;
139 bool m_creatorAccountIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue