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<
double>>
60 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
61 template<
typename ValuesT = Aws::Vector<
double>>
68 bool m_nameHasBeenSet =
false;
71 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