7#include <aws/comprehend/ComprehendRequest.h>
8#include <aws/comprehend/Comprehend_EXPORTS.h>
9#include <aws/comprehend/model/SyntaxLanguageCode.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));
71 m_languageCodeHasBeenSet =
true;
72 m_languageCode = value;
83 bool m_textListHasBeenSet =
false;
84 bool m_languageCodeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
SyntaxLanguageCode GetLanguageCode() const
AWS_COMPREHEND_API Aws::String SerializePayload() const override
BatchDetectSyntaxRequest & WithTextList(TextListT &&value)
BatchDetectSyntaxRequest & AddTextList(TextListT &&value)
bool TextListHasBeenSet() const
AWS_COMPREHEND_API BatchDetectSyntaxRequest()=default
bool LanguageCodeHasBeenSet() const
BatchDetectSyntaxRequest & WithLanguageCode(SyntaxLanguageCode value)
void SetLanguageCode(SyntaxLanguageCode value)
const Aws::Vector< Aws::String > & GetTextList() const
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTextList(TextListT &&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