AWS SDK for C++

AWS SDK for C++ Version 1.11.742

Loading...
Searching...
No Matches
SnowflakeTableSchema.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/SnowflakeTableSchemaV1.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace CleanRooms {
21namespace Model {
22
29 public:
30 AWS_CLEANROOMS_API SnowflakeTableSchema() = default;
31 AWS_CLEANROOMS_API SnowflakeTableSchema(Aws::Utils::Json::JsonView jsonValue);
33 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::Vector<SnowflakeTableSchemaV1>& GetV1() const { return m_v1; }
40 inline bool V1HasBeenSet() const { return m_v1HasBeenSet; }
41 template <typename V1T = Aws::Vector<SnowflakeTableSchemaV1>>
42 void SetV1(V1T&& value) {
43 m_v1HasBeenSet = true;
44 m_v1 = std::forward<V1T>(value);
45 }
46 template <typename V1T = Aws::Vector<SnowflakeTableSchemaV1>>
48 SetV1(std::forward<V1T>(value));
49 return *this;
50 }
51 template <typename V1T = SnowflakeTableSchemaV1>
53 m_v1HasBeenSet = true;
54 m_v1.emplace_back(std::forward<V1T>(value));
55 return *this;
56 }
58 private:
60 bool m_v1HasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace CleanRooms
65} // namespace Aws
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)
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