7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/ComprehendRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/comprehend/model/LanguageCode.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TextListT = Aws::Vector<Aws::String>>
48 void SetTextList(TextListT&& value) { m_textListHasBeenSet =
true; m_textList = std::forward<TextListT>(value); }
49 template<
typename TextListT = Aws::Vector<Aws::String>>
51 template<
typename TextListT = Aws::String>
69 bool m_textListHasBeenSet =
false;
72 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