7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename StaticValuesT = Aws::Vector<
double>>
47 void SetStaticValues(StaticValuesT&& value) { m_staticValuesHasBeenSet =
true; m_staticValues = std::forward<StaticValuesT>(value); }
48 template<
typename StaticValuesT = Aws::Vector<
double>>
55 bool m_staticValuesHasBeenSet =
false;
void SetStaticValues(StaticValuesT &&value)
DecimalDatasetParameterDefaultValues & AddStaticValues(double value)
bool StaticValuesHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DecimalDatasetParameterDefaultValues & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< double > & GetStaticValues() const
AWS_QUICKSIGHT_API DecimalDatasetParameterDefaultValues(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API DecimalDatasetParameterDefaultValues()=default
DecimalDatasetParameterDefaultValues & WithStaticValues(StaticValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue