AWS SDK for C++

AWS SDK for C++ Version 1.11.744

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