AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
DecimalDatasetParameterDefaultValues.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.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
28 public:
29 AWS_QUICKSIGHT_API DecimalDatasetParameterDefaultValues() = default;
32 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::Vector<double>& GetStaticValues() const { return m_staticValues; }
39 inline bool StaticValuesHasBeenSet() const { return m_staticValuesHasBeenSet; }
40 template <typename StaticValuesT = Aws::Vector<double>>
41 void SetStaticValues(StaticValuesT&& value) {
42 m_staticValuesHasBeenSet = true;
43 m_staticValues = std::forward<StaticValuesT>(value);
44 }
45 template <typename StaticValuesT = Aws::Vector<double>>
47 SetStaticValues(std::forward<StaticValuesT>(value));
48 return *this;
49 }
51 m_staticValuesHasBeenSet = true;
52 m_staticValues.push_back(value);
53 return *this;
54 }
56 private:
57 Aws::Vector<double> m_staticValues;
58 bool m_staticValuesHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace QuickSight
63} // namespace Aws
DecimalDatasetParameterDefaultValues & AddStaticValues(double value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DecimalDatasetParameterDefaultValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API DecimalDatasetParameterDefaultValues(Aws::Utils::Json::JsonView jsonValue)
DecimalDatasetParameterDefaultValues & WithStaticValues(StaticValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue