7#include <aws/cloudsearch/CloudSearch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudsearch/model/AlgorithmicStemming.h>
59 template<
typename SynonymsT = Aws::String>
60 void SetSynonyms(SynonymsT&& value) { m_synonymsHasBeenSet =
true; m_synonyms = std::forward<SynonymsT>(value); }
61 template<
typename SynonymsT = Aws::String>
74 template<
typename StopwordsT = Aws::String>
75 void SetStopwords(StopwordsT&& value) { m_stopwordsHasBeenSet =
true; m_stopwords = std::forward<StopwordsT>(value); }
76 template<
typename StopwordsT = Aws::String>
91 template<
typename StemmingDictionaryT = Aws::String>
92 void SetStemmingDictionary(StemmingDictionaryT&& value) { m_stemmingDictionaryHasBeenSet =
true; m_stemmingDictionary = std::forward<StemmingDictionaryT>(value); }
93 template<
typename StemmingDictionaryT = Aws::String>
106 template<
typename JapaneseTokenizationDictionaryT = Aws::String>
107 void SetJapaneseTokenizationDictionary(JapaneseTokenizationDictionaryT&& value) { m_japaneseTokenizationDictionaryHasBeenSet =
true; m_japaneseTokenizationDictionary = std::forward<JapaneseTokenizationDictionaryT>(value); }
108 template<
typename JapaneseTokenizationDictionaryT = Aws::String>
129 bool m_synonymsHasBeenSet =
false;
132 bool m_stopwordsHasBeenSet =
false;
135 bool m_stemmingDictionaryHasBeenSet =
false;
138 bool m_japaneseTokenizationDictionaryHasBeenSet =
false;
141 bool m_algorithmicStemmingHasBeenSet =
false;
bool JapaneseTokenizationDictionaryHasBeenSet() const
AWS_CLOUDSEARCH_API AnalysisOptions()=default
const Aws::String & GetStemmingDictionary() const
AWS_CLOUDSEARCH_API AnalysisOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool StemmingDictionaryHasBeenSet() const
AnalysisOptions & WithJapaneseTokenizationDictionary(JapaneseTokenizationDictionaryT &&value)
bool AlgorithmicStemmingHasBeenSet() const
AnalysisOptions & WithAlgorithmicStemming(AlgorithmicStemming value)
AnalysisOptions & WithSynonyms(SynonymsT &&value)
AnalysisOptions & WithStemmingDictionary(StemmingDictionaryT &&value)
void SetSynonyms(SynonymsT &&value)
AnalysisOptions & WithStopwords(StopwordsT &&value)
void SetAlgorithmicStemming(AlgorithmicStemming value)
void SetStopwords(StopwordsT &&value)
AlgorithmicStemming GetAlgorithmicStemming() const
bool SynonymsHasBeenSet() const
bool StopwordsHasBeenSet() const
void SetStemmingDictionary(StemmingDictionaryT &&value)
const Aws::String & GetStopwords() const
void SetJapaneseTokenizationDictionary(JapaneseTokenizationDictionaryT &&value)
AWS_CLOUDSEARCH_API AnalysisOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetJapaneseTokenizationDictionary() const
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetSynonyms() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream