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 StaticValuesT = Aws::Vector<Aws::String>>
43 m_staticValuesHasBeenSet =
true;
44 m_staticValues = std::forward<StaticValuesT>(value);
46 template <
typename StaticValuesT = Aws::Vector<Aws::String>>
51 template <
typename StaticValuesT = Aws::String>
53 m_staticValuesHasBeenSet =
true;
54 m_staticValues.emplace_back(std::forward<StaticValuesT>(value));
60 bool m_staticValuesHasBeenSet =
false;
AWS_QUICKSIGHT_API StringDatasetParameterDefaultValues & operator=(Aws::Utils::Json::JsonView jsonValue)
StringDatasetParameterDefaultValues & WithStaticValues(StaticValuesT &&value)
AWS_QUICKSIGHT_API StringDatasetParameterDefaultValues(Aws::Utils::Json::JsonView jsonValue)
void SetStaticValues(StaticValuesT &&value)
AWS_QUICKSIGHT_API StringDatasetParameterDefaultValues()=default
bool StaticValuesHasBeenSet() const
StringDatasetParameterDefaultValues & AddStaticValues(StaticValuesT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetStaticValues() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue