AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
50 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
51 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
52 inline GeoSpatialColumnGroup& WithName(const Aws::String& value) { SetName(value); return *this;}
53 inline GeoSpatialColumnGroup& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
54 inline GeoSpatialColumnGroup& WithName(const char* value) { SetName(value); return *this;}
56
58
61 inline const GeoSpatialCountryCode& GetCountryCode() const{ return m_countryCode; }
62 inline bool CountryCodeHasBeenSet() const { return m_countryCodeHasBeenSet; }
63 inline void SetCountryCode(const GeoSpatialCountryCode& value) { m_countryCodeHasBeenSet = true; m_countryCode = value; }
64 inline void SetCountryCode(GeoSpatialCountryCode&& value) { m_countryCodeHasBeenSet = true; m_countryCode = std::move(value); }
65 inline GeoSpatialColumnGroup& WithCountryCode(const GeoSpatialCountryCode& value) { SetCountryCode(value); return *this;}
66 inline GeoSpatialColumnGroup& WithCountryCode(GeoSpatialCountryCode&& value) { SetCountryCode(std::move(value)); return *this;}
68
70
73 inline const Aws::Vector<Aws::String>& GetColumns() const{ return m_columns; }
74 inline bool ColumnsHasBeenSet() const { return m_columnsHasBeenSet; }
75 inline void SetColumns(const Aws::Vector<Aws::String>& value) { m_columnsHasBeenSet = true; m_columns = value; }
76 inline void SetColumns(Aws::Vector<Aws::String>&& value) { m_columnsHasBeenSet = true; m_columns = std::move(value); }
77 inline GeoSpatialColumnGroup& WithColumns(const Aws::Vector<Aws::String>& value) { SetColumns(value); return *this;}
78 inline GeoSpatialColumnGroup& WithColumns(Aws::Vector<Aws::String>&& value) { SetColumns(std::move(value)); return *this;}
79 inline GeoSpatialColumnGroup& AddColumns(const Aws::String& value) { m_columnsHasBeenSet = true; m_columns.push_back(value); return *this; }
80 inline GeoSpatialColumnGroup& AddColumns(Aws::String&& value) { m_columnsHasBeenSet = true; m_columns.push_back(std::move(value)); return *this; }
81 inline GeoSpatialColumnGroup& AddColumns(const char* value) { m_columnsHasBeenSet = true; m_columns.push_back(value); return *this; }
83 private:
84
85 Aws::String m_name;
86 bool m_nameHasBeenSet = false;
87
88 GeoSpatialCountryCode m_countryCode;
89 bool m_countryCodeHasBeenSet = false;
90
92 bool m_columnsHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace QuickSight
97} // namespace Aws
const Aws::Vector< Aws::String > & GetColumns() const
void SetCountryCode(const GeoSpatialCountryCode &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const GeoSpatialCountryCode & GetCountryCode() const
GeoSpatialColumnGroup & AddColumns(const char *value)
void SetColumns(Aws::Vector< Aws::String > &&value)
GeoSpatialColumnGroup & WithName(Aws::String &&value)
GeoSpatialColumnGroup & WithColumns(const Aws::Vector< Aws::String > &value)
GeoSpatialColumnGroup & WithName(const char *value)
GeoSpatialColumnGroup & AddColumns(Aws::String &&value)
GeoSpatialColumnGroup & WithColumns(Aws::Vector< Aws::String > &&value)
AWS_QUICKSIGHT_API GeoSpatialColumnGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API GeoSpatialColumnGroup(Aws::Utils::Json::JsonView jsonValue)
GeoSpatialColumnGroup & AddColumns(const Aws::String &value)
void SetColumns(const Aws::Vector< Aws::String > &value)
void SetCountryCode(GeoSpatialCountryCode &&value)
GeoSpatialColumnGroup & WithCountryCode(const GeoSpatialCountryCode &value)
GeoSpatialColumnGroup & WithCountryCode(GeoSpatialCountryCode &&value)
GeoSpatialColumnGroup & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue