7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/ColumnDataType.h>
10#include <aws/quicksight/model/ColumnDataSubType.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
88 bool m_nameHasBeenSet =
false;
91 bool m_descriptionHasBeenSet =
false;
94 bool m_typeHasBeenSet =
false;
97 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)
ColumnDataSubType GetSubType() const
OutputColumn & WithType(ColumnDataType value)
OutputColumn & WithSubType(ColumnDataSubType value)
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
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