7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DataTypeT = Aws::String>
59 void SetDataType(DataTypeT&& value) { m_dataTypeHasBeenSet =
true; m_dataType = std::forward<DataTypeT>(value); }
60 template<
typename DataTypeT = Aws::String>
70 template<
typename GeographicRoleT = Aws::String>
71 void SetGeographicRole(GeographicRoleT&& value) { m_geographicRoleHasBeenSet =
true; m_geographicRole = std::forward<GeographicRoleT>(value); }
72 template<
typename GeographicRoleT = Aws::String>
78 bool m_nameHasBeenSet =
false;
81 bool m_dataTypeHasBeenSet =
false;
84 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