AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
WordCloudFieldWells.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/WordCloudAggregatedFieldWells.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
30 public:
31 AWS_QUICKSIGHT_API WordCloudFieldWells() = default;
32 AWS_QUICKSIGHT_API WordCloudFieldWells(Aws::Utils::Json::JsonView jsonValue);
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const WordCloudAggregatedFieldWells& GetWordCloudAggregatedFieldWells() const { return m_wordCloudAggregatedFieldWells; }
41 inline bool WordCloudAggregatedFieldWellsHasBeenSet() const { return m_wordCloudAggregatedFieldWellsHasBeenSet; }
42 template <typename WordCloudAggregatedFieldWellsT = WordCloudAggregatedFieldWells>
43 void SetWordCloudAggregatedFieldWells(WordCloudAggregatedFieldWellsT&& value) {
44 m_wordCloudAggregatedFieldWellsHasBeenSet = true;
45 m_wordCloudAggregatedFieldWells = std::forward<WordCloudAggregatedFieldWellsT>(value);
46 }
47 template <typename WordCloudAggregatedFieldWellsT = WordCloudAggregatedFieldWells>
48 WordCloudFieldWells& WithWordCloudAggregatedFieldWells(WordCloudAggregatedFieldWellsT&& value) {
49 SetWordCloudAggregatedFieldWells(std::forward<WordCloudAggregatedFieldWellsT>(value));
50 return *this;
51 }
53 private:
54 WordCloudAggregatedFieldWells m_wordCloudAggregatedFieldWells;
55 bool m_wordCloudAggregatedFieldWellsHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace QuickSight
60} // namespace Aws
AWS_QUICKSIGHT_API WordCloudFieldWells()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API WordCloudFieldWells(Aws::Utils::Json::JsonView jsonValue)
const WordCloudAggregatedFieldWells & GetWordCloudAggregatedFieldWells() const
WordCloudFieldWells & WithWordCloudAggregatedFieldWells(WordCloudAggregatedFieldWellsT &&value)
AWS_QUICKSIGHT_API WordCloudFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetWordCloudAggregatedFieldWells(WordCloudAggregatedFieldWellsT &&value)
Aws::Utils::Json::JsonValue JsonValue