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<
long long>>
61 m_valuesHasBeenSet =
true;
62 m_values = std::forward<ValuesT>(value);
64 template <
typename ValuesT = Aws::Vector<
long long>>
70 m_valuesHasBeenSet =
true;
71 m_values.push_back(value);
79 bool m_nameHasBeenSet =
false;
80 bool m_valuesHasBeenSet =
false;
AWS_QUICKSIGHT_API IntegerParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API IntegerParameter(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API IntegerParameter()=default
const Aws::String & GetName() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
IntegerParameter & WithValues(ValuesT &&value)
const Aws::Vector< long long > & GetValues() const
IntegerParameter & AddValues(long long value)
IntegerParameter & WithName(NameT &&value)
void SetValues(ValuesT &&value)
bool ValuesHasBeenSet() 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