7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
101 bool m_stringValuesHasBeenSet =
false;
104 bool m_integerValuesHasBeenSet =
false;
107 bool m_decimalValuesHasBeenSet =
false;
110 bool m_dateTimeValuesHasBeenSet =
false;
AWS_QUICKSIGHT_API CustomParameterValues(Aws::Utils::Json::JsonView jsonValue)
CustomParameterValues & AddDateTimeValues(Aws::Utils::DateTime &&value)
void SetIntegerValues(const Aws::Vector< long long > &value)
bool StringValuesHasBeenSet() const
const Aws::Vector< double > & GetDecimalValues() const
CustomParameterValues & WithDecimalValues(Aws::Vector< double > &&value)
const Aws::Vector< long long > & GetIntegerValues() const
bool DecimalValuesHasBeenSet() const
CustomParameterValues & WithStringValues(const Aws::Vector< Aws::String > &value)
CustomParameterValues & AddDecimalValues(double value)
CustomParameterValues & WithStringValues(Aws::Vector< Aws::String > &&value)
CustomParameterValues & AddIntegerValues(long long value)
CustomParameterValues & WithDateTimeValues(Aws::Vector< Aws::Utils::DateTime > &&value)
void SetDateTimeValues(Aws::Vector< Aws::Utils::DateTime > &&value)
CustomParameterValues & AddStringValues(const Aws::String &value)
const Aws::Vector< Aws::Utils::DateTime > & GetDateTimeValues() const
void SetStringValues(const Aws::Vector< Aws::String > &value)
AWS_QUICKSIGHT_API CustomParameterValues & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomParameterValues & WithIntegerValues(Aws::Vector< long long > &&value)
void SetDecimalValues(const Aws::Vector< double > &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
CustomParameterValues & WithDateTimeValues(const Aws::Vector< Aws::Utils::DateTime > &value)
void SetDecimalValues(Aws::Vector< double > &&value)
CustomParameterValues & AddDateTimeValues(const Aws::Utils::DateTime &value)
void SetStringValues(Aws::Vector< Aws::String > &&value)
CustomParameterValues & WithIntegerValues(const Aws::Vector< long long > &value)
CustomParameterValues & AddStringValues(const char *value)
const Aws::Vector< Aws::String > & GetStringValues() const
bool IntegerValuesHasBeenSet() const
CustomParameterValues & AddStringValues(Aws::String &&value)
CustomParameterValues & WithDecimalValues(const Aws::Vector< double > &value)
void SetDateTimeValues(const Aws::Vector< Aws::Utils::DateTime > &value)
bool DateTimeValuesHasBeenSet() const
void SetIntegerValues(Aws::Vector< long long > &&value)
AWS_QUICKSIGHT_API CustomParameterValues()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue