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