AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
IntegerDatasetParameterDefaultValues.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 IntegerDatasetParameterDefaultValues() = default;
32 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::Vector<long long>& GetStaticValues() const { return m_staticValues; }
39 inline bool StaticValuesHasBeenSet() const { return m_staticValuesHasBeenSet; }
40 template <typename StaticValuesT = Aws::Vector<long long>>
41 void SetStaticValues(StaticValuesT&& value) {
42 m_staticValuesHasBeenSet = true;
43 m_staticValues = std::forward<StaticValuesT>(value);
44 }
45 template <typename StaticValuesT = Aws::Vector<long long>>
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<long long> m_staticValues;
58 bool m_staticValuesHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace QuickSight
63} // namespace Aws
AWS_QUICKSIGHT_API IntegerDatasetParameterDefaultValues(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API IntegerDatasetParameterDefaultValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
IntegerDatasetParameterDefaultValues & WithStaticValues(StaticValuesT &&value)
IntegerDatasetParameterDefaultValues & AddStaticValues(long long value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue