7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/comprehend/model/DominantLanguage.h>
49 inline void SetIndex(
int value) { m_indexHasBeenSet =
true; m_index = value; }
70 bool m_indexHasBeenSet =
false;
73 bool m_languagesHasBeenSet =
false;
bool LanguagesHasBeenSet() const
AWS_COMPREHEND_API BatchDetectDominantLanguageItemResult(Aws::Utils::Json::JsonView jsonValue)
void SetLanguages(const Aws::Vector< DominantLanguage > &value)
BatchDetectDominantLanguageItemResult & AddLanguages(DominantLanguage &&value)
BatchDetectDominantLanguageItemResult & WithIndex(int value)
void SetLanguages(Aws::Vector< DominantLanguage > &&value)
BatchDetectDominantLanguageItemResult & WithLanguages(Aws::Vector< DominantLanguage > &&value)
AWS_COMPREHEND_API BatchDetectDominantLanguageItemResult()
BatchDetectDominantLanguageItemResult & AddLanguages(const DominantLanguage &value)
BatchDetectDominantLanguageItemResult & WithLanguages(const Aws::Vector< DominantLanguage > &value)
AWS_COMPREHEND_API BatchDetectDominantLanguageItemResult & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< DominantLanguage > & GetLanguages() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool IndexHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue