7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ColumnDataSubType.h>
10#include <aws/quicksight/model/ColumnDataType.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
97 m_typeHasBeenSet =
true;
113 m_subTypeHasBeenSet =
true;
131 bool m_nameHasBeenSet =
false;
132 bool m_idHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
134 bool m_typeHasBeenSet =
false;
135 bool m_subTypeHasBeenSet =
false;
bool SubTypeHasBeenSet() const
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
void SetSubType(ColumnDataSubType value)
void SetDescription(DescriptionT &&value)
AWS_QUICKSIGHT_API OutputColumn & operator=(Aws::Utils::Json::JsonView jsonValue)
ColumnDataType GetType() const
OutputColumn & WithDescription(DescriptionT &&value)
OutputColumn & WithId(IdT &&value)
ColumnDataSubType GetSubType() const
OutputColumn & WithType(ColumnDataType value)
OutputColumn & WithSubType(ColumnDataSubType value)
bool IdHasBeenSet() const
void SetType(ColumnDataType value)
AWS_QUICKSIGHT_API OutputColumn(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API OutputColumn()=default
bool DescriptionHasBeenSet() const
OutputColumn & WithName(NameT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetId() const
void SetName(NameT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue