7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename ValuesT = Aws::Vector<Aws::String>>
60 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
61 template<
typename ValuesT = Aws::Vector<Aws::String>>
63 template<
typename ValuesT = Aws::String>
64 StringParameter&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
69 bool m_nameHasBeenSet =
false;
72 bool m_valuesHasBeenSet =
false;
void SetName(NameT &&value)
StringParameter & WithName(NameT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetValues() const
StringParameter & WithValues(ValuesT &&value)
AWS_QUICKSIGHT_API StringParameter()=default
AWS_QUICKSIGHT_API StringParameter(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API StringParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValuesHasBeenSet() const
bool NameHasBeenSet() const
void SetValues(ValuesT &&value)
StringParameter & AddValues(ValuesT &&value)
const Aws::String & GetName() 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