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>
47 template<
typename StaticValuesT = Aws::Vector<Aws::String>>
48 void SetStaticValues(StaticValuesT&& value) { m_staticValuesHasBeenSet =
true; m_staticValues = std::forward<StaticValuesT>(value); }
49 template<
typename StaticValuesT = Aws::Vector<Aws::String>>
51 template<
typename StaticValuesT = Aws::String>
57 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