7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
73 bool m_nameHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
const Aws::String & GetValue() const
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API PluginVisualProperty()=default
bool ValueHasBeenSet() const
void SetName(NameT &&value)
PluginVisualProperty & WithValue(ValueT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(ValueT &&value)
AWS_QUICKSIGHT_API PluginVisualProperty(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
PluginVisualProperty & WithName(NameT &&value)
AWS_QUICKSIGHT_API PluginVisualProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue