7#include <aws/comprehend/ComprehendRequest.h>
8#include <aws/comprehend/Comprehend_EXPORTS.h>
9#include <aws/comprehend/model/LanguageCode.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename TextListT = Aws::Vector<Aws::String>>
45 m_textListHasBeenSet =
true;
46 m_textList = std::forward<TextListT>(value);
48 template <
typename TextListT = Aws::Vector<Aws::String>>
53 template <
typename TextListT = Aws::String>
55 m_textListHasBeenSet =
true;
56 m_textList.emplace_back(std::forward<TextListT>(value));
70 m_languageCodeHasBeenSet =
true;
71 m_languageCode = value;
82 bool m_textListHasBeenSet =
false;
83 bool m_languageCodeHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetTextList() const
virtual const char * GetServiceRequestName() const override
BatchDetectSentimentRequest & WithLanguageCode(LanguageCode value)
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchDetectSentimentRequest & WithTextList(TextListT &&value)
bool LanguageCodeHasBeenSet() const
AWS_COMPREHEND_API Aws::String SerializePayload() const override
bool TextListHasBeenSet() const
BatchDetectSentimentRequest & AddTextList(TextListT &&value)
void SetTextList(TextListT &&value)
AWS_COMPREHEND_API BatchDetectSentimentRequest()=default
void SetLanguageCode(LanguageCode value)
LanguageCode GetLanguageCode() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector