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>
68 bool m_textListHasBeenSet =
false;
71 bool m_languageCodeHasBeenSet =
false;
LanguageCode GetLanguageCode() const
bool TextListHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool LanguageCodeHasBeenSet() const
BatchDetectTargetedSentimentRequest & WithLanguageCode(LanguageCode value)
AWS_COMPREHEND_API BatchDetectTargetedSentimentRequest()=default
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetTextList() const
BatchDetectTargetedSentimentRequest & AddTextList(TextListT &&value)
AWS_COMPREHEND_API Aws::String SerializePayload() const override
void SetTextList(TextListT &&value)
BatchDetectTargetedSentimentRequest & WithTextList(TextListT &&value)
void SetLanguageCode(LanguageCode value)
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