7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
30 AWS_CLEANROOMS_API
Column() =
default;
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename TypeT = Aws::String>
61 m_typeHasBeenSet =
true;
62 m_type = std::forward<TypeT>(value);
64 template <
typename TypeT = Aws::String>
66 SetType(std::forward<TypeT>(value));
74 bool m_nameHasBeenSet =
false;
75 bool m_typeHasBeenSet =
false;
const Aws::String & GetType() const
Column & WithName(NameT &&value)
bool TypeHasBeenSet() const
Column & WithType(TypeT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API Column & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_CLEANROOMS_API Column(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Column()=default
bool NameHasBeenSet() const
void SetName(NameT &&value)
void SetType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue