7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DataTypeT = Aws::String>
60 m_dataTypeHasBeenSet =
true;
61 m_dataType = std::forward<DataTypeT>(value);
63 template <
typename DataTypeT = Aws::String>
76 template <
typename GeographicRoleT = Aws::String>
78 m_geographicRoleHasBeenSet =
true;
79 m_geographicRole = std::forward<GeographicRoleT>(value);
81 template <
typename GeographicRoleT = Aws::String>
93 bool m_nameHasBeenSet =
false;
94 bool m_dataTypeHasBeenSet =
false;
95 bool m_geographicRoleHasBeenSet =
false;
const Aws::String & GetDataType() const
ColumnSchema & WithGeographicRole(GeographicRoleT &&value)
ColumnSchema & WithDataType(DataTypeT &&value)
void SetGeographicRole(GeographicRoleT &&value)
AWS_QUICKSIGHT_API ColumnSchema()=default
bool GeographicRoleHasBeenSet() const
void SetDataType(DataTypeT &&value)
void SetName(NameT &&value)
ColumnSchema & WithName(NameT &&value)
const Aws::String & GetGeographicRole() const
AWS_QUICKSIGHT_API ColumnSchema(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool DataTypeHasBeenSet() const
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API ColumnSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue