AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GeoSpatialColumnGroup.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace QuickSight
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_QUICKSIGHT_API GeoSpatialColumnGroup() = default;
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetName() const { return m_name; }
48 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
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>
52 GeoSpatialColumnGroup& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
54
56
59 inline GeoSpatialCountryCode GetCountryCode() const { return m_countryCode; }
60 inline bool CountryCodeHasBeenSet() const { return m_countryCodeHasBeenSet; }
61 inline void SetCountryCode(GeoSpatialCountryCode value) { m_countryCodeHasBeenSet = true; m_countryCode = value; }
64
66
69 inline const Aws::Vector<Aws::String>& GetColumns() const { return m_columns; }
70 inline bool ColumnsHasBeenSet() const { return m_columnsHasBeenSet; }
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>>
74 GeoSpatialColumnGroup& WithColumns(ColumnsT&& value) { SetColumns(std::forward<ColumnsT>(value)); return *this;}
75 template<typename ColumnsT = Aws::String>
76 GeoSpatialColumnGroup& AddColumns(ColumnsT&& value) { m_columnsHasBeenSet = true; m_columns.emplace_back(std::forward<ColumnsT>(value)); return *this; }
78 private:
79
80 Aws::String m_name;
81 bool m_nameHasBeenSet = false;
82
84 bool m_countryCodeHasBeenSet = false;
85
87 bool m_columnsHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace QuickSight
92} // namespace Aws
const Aws::Vector< Aws::String > & GetColumns() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API GeoSpatialColumnGroup()=default
GeoSpatialColumnGroup & WithCountryCode(GeoSpatialCountryCode value)
GeoSpatialColumnGroup & WithName(NameT &&value)
void SetCountryCode(GeoSpatialCountryCode value)
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue