7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/SnowflakeTableSchemaV1.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename V1T = Aws::Vector<SnowflakeTableSchemaV1>>
43 m_v1HasBeenSet =
true;
44 m_v1 = std::forward<V1T>(value);
46 template <
typename V1T = Aws::Vector<SnowflakeTableSchemaV1>>
48 SetV1(std::forward<V1T>(value));
51 template <
typename V1T = SnowflakeTableSchemaV1>
53 m_v1HasBeenSet =
true;
54 m_v1.emplace_back(std::forward<V1T>(value));
60 bool m_v1HasBeenSet =
false;
AWS_CLEANROOMS_API SnowflakeTableSchema(Aws::Utils::Json::JsonView jsonValue)
SnowflakeTableSchema & AddV1(V1T &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API SnowflakeTableSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
bool V1HasBeenSet() const
AWS_CLEANROOMS_API SnowflakeTableSchema()=default
SnowflakeTableSchema & WithV1(V1T &&value)
const Aws::Vector< SnowflakeTableSchemaV1 > & GetV1() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue