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