7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename CellValueT = Aws::String>
49 void SetCellValue(CellValueT&& value) { m_cellValueHasBeenSet =
true; m_cellValue = std::forward<CellValueT>(value); }
50 template<
typename CellValueT = Aws::String>
60 template<
typename SynonymsT = Aws::Vector<Aws::String>>
61 void SetSynonyms(SynonymsT&& value) { m_synonymsHasBeenSet =
true; m_synonyms = std::forward<SynonymsT>(value); }
62 template<
typename SynonymsT = Aws::Vector<Aws::String>>
64 template<
typename SynonymsT = Aws::String>
65 CellValueSynonym&
AddSynonyms(SynonymsT&& value) { m_synonymsHasBeenSet =
true; m_synonyms.emplace_back(std::forward<SynonymsT>(value));
return *
this; }
70 bool m_cellValueHasBeenSet =
false;
73 bool m_synonymsHasBeenSet =
false;
void SetCellValue(CellValueT &&value)
bool CellValueHasBeenSet() const
const Aws::Vector< Aws::String > & GetSynonyms() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API CellValueSynonym(Aws::Utils::Json::JsonView jsonValue)
CellValueSynonym & WithCellValue(CellValueT &&value)
const Aws::String & GetCellValue() const
CellValueSynonym & AddSynonyms(SynonymsT &&value)
void SetSynonyms(SynonymsT &&value)
AWS_QUICKSIGHT_API CellValueSynonym()=default
AWS_QUICKSIGHT_API CellValueSynonym & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SynonymsHasBeenSet() const
CellValueSynonym & WithSynonyms(SynonymsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue