7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/GeoSpatialCountryCode.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
71 template<
typename ColumnsT = Aws::Vector<Aws::String>>
72 void SetColumns(ColumnsT&& value) { m_columnsHasBeenSet =
true; m_columns = std::forward<ColumnsT>(value); }
73 template<
typename ColumnsT = Aws::Vector<Aws::String>>
75 template<
typename ColumnsT = Aws::String>
81 bool m_nameHasBeenSet =
false;
84 bool m_countryCodeHasBeenSet =
false;
87 bool m_columnsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetColumns() const
bool CountryCodeHasBeenSet() const
void SetName(NameT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API GeoSpatialColumnGroup()=default
GeoSpatialColumnGroup & WithCountryCode(GeoSpatialCountryCode value)
const Aws::String & GetName() const
void SetColumns(ColumnsT &&value)
GeoSpatialColumnGroup & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetCountryCode(GeoSpatialCountryCode value)
bool ColumnsHasBeenSet() const
GeoSpatialColumnGroup & WithColumns(ColumnsT &&value)
GeoSpatialColumnGroup & AddColumns(ColumnsT &&value)
AWS_QUICKSIGHT_API GeoSpatialColumnGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API GeoSpatialColumnGroup(Aws::Utils::Json::JsonView jsonValue)
GeoSpatialCountryCode GetCountryCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue