AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StringDatasetParameterDefaultValues.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
33 {
34 public:
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::Vector<Aws::String>& GetStaticValues() const{ return m_staticValues; }
46 inline bool StaticValuesHasBeenSet() const { return m_staticValuesHasBeenSet; }
47 inline void SetStaticValues(const Aws::Vector<Aws::String>& value) { m_staticValuesHasBeenSet = true; m_staticValues = value; }
48 inline void SetStaticValues(Aws::Vector<Aws::String>&& value) { m_staticValuesHasBeenSet = true; m_staticValues = std::move(value); }
51 inline StringDatasetParameterDefaultValues& AddStaticValues(const Aws::String& value) { m_staticValuesHasBeenSet = true; m_staticValues.push_back(value); return *this; }
52 inline StringDatasetParameterDefaultValues& AddStaticValues(Aws::String&& value) { m_staticValuesHasBeenSet = true; m_staticValues.push_back(std::move(value)); return *this; }
53 inline StringDatasetParameterDefaultValues& AddStaticValues(const char* value) { m_staticValuesHasBeenSet = true; m_staticValues.push_back(value); return *this; }
55 private:
56
57 Aws::Vector<Aws::String> m_staticValues;
58 bool m_staticValuesHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace QuickSight
63} // namespace Aws
AWS_QUICKSIGHT_API StringDatasetParameterDefaultValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API StringDatasetParameterDefaultValues(Aws::Utils::Json::JsonView jsonValue)
StringDatasetParameterDefaultValues & AddStaticValues(const Aws::String &value)
StringDatasetParameterDefaultValues & AddStaticValues(Aws::String &&value)
StringDatasetParameterDefaultValues & AddStaticValues(const char *value)
StringDatasetParameterDefaultValues & WithStaticValues(Aws::Vector< Aws::String > &&value)
StringDatasetParameterDefaultValues & WithStaticValues(const Aws::Vector< Aws::String > &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue