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/SyntaxLanguageCode.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>
70 bool m_textListHasBeenSet =
false;
73 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