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>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename ValuesT = Aws::Vector<
double>>
61 m_valuesHasBeenSet =
true;
62 m_values = std::forward<ValuesT>(value);
64 template <
typename ValuesT = Aws::Vector<
double>>
70 m_valuesHasBeenSet =
true;
71 m_values.push_back(value);
79 bool m_nameHasBeenSet =
false;
80 bool m_valuesHasBeenSet =
false;
DecimalParameter & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API DecimalParameter()=default
AWS_QUICKSIGHT_API DecimalParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValuesHasBeenSet() const
void SetName(NameT &&value)
DecimalParameter & WithValues(ValuesT &&value)
const Aws::Vector< double > & GetValues() const
const Aws::String & GetName() const
AWS_QUICKSIGHT_API DecimalParameter(Aws::Utils::Json::JsonView jsonValue)
void SetValues(ValuesT &&value)
DecimalParameter & AddValues(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue