AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
TableUnaggregatedFieldWells.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/UnaggregatedField.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
29 public:
30 AWS_QUICKSIGHT_API TableUnaggregatedFieldWells() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::Vector<UnaggregatedField>& GetValues() const { return m_values; }
41 inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; }
42 template <typename ValuesT = Aws::Vector<UnaggregatedField>>
43 void SetValues(ValuesT&& value) {
44 m_valuesHasBeenSet = true;
45 m_values = std::forward<ValuesT>(value);
46 }
47 template <typename ValuesT = Aws::Vector<UnaggregatedField>>
49 SetValues(std::forward<ValuesT>(value));
50 return *this;
51 }
52 template <typename ValuesT = UnaggregatedField>
54 m_valuesHasBeenSet = true;
55 m_values.emplace_back(std::forward<ValuesT>(value));
56 return *this;
57 }
59 private:
61 bool m_valuesHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace QuickSight
66} // namespace Aws
AWS_QUICKSIGHT_API TableUnaggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< UnaggregatedField > & GetValues() const
AWS_QUICKSIGHT_API TableUnaggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
TableUnaggregatedFieldWells & WithValues(ValuesT &&value)
AWS_QUICKSIGHT_API TableUnaggregatedFieldWells()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TableUnaggregatedFieldWells & AddValues(ValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue