7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/comprehend/model/BatchDetectEntitiesItemResult.h>
11#include <aws/comprehend/model/BatchItemError.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
75 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const char *value)
AWS_COMPREHEND_API BatchDetectEntitiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< BatchDetectEntitiesItemResult > & GetResultList() const
void SetErrorList(const Aws::Vector< BatchItemError > &value)
BatchDetectEntitiesResult & WithErrorList(Aws::Vector< BatchItemError > &&value)
BatchDetectEntitiesResult & WithResultList(const Aws::Vector< BatchDetectEntitiesItemResult > &value)
AWS_COMPREHEND_API BatchDetectEntitiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetResultList(const Aws::Vector< BatchDetectEntitiesItemResult > &value)
void SetErrorList(Aws::Vector< BatchItemError > &&value)
BatchDetectEntitiesResult & AddResultList(const BatchDetectEntitiesItemResult &value)
void SetRequestId(const Aws::String &value)
BatchDetectEntitiesResult & AddErrorList(const BatchItemError &value)
BatchDetectEntitiesResult & WithRequestId(const Aws::String &value)
const Aws::Vector< BatchItemError > & GetErrorList() const
BatchDetectEntitiesResult & WithErrorList(const Aws::Vector< BatchItemError > &value)
void SetRequestId(Aws::String &&value)
BatchDetectEntitiesResult & AddResultList(BatchDetectEntitiesItemResult &&value)
const Aws::String & GetRequestId() const
AWS_COMPREHEND_API BatchDetectEntitiesResult()
BatchDetectEntitiesResult & WithRequestId(Aws::String &&value)
BatchDetectEntitiesResult & WithResultList(Aws::Vector< BatchDetectEntitiesItemResult > &&value)
BatchDetectEntitiesResult & AddErrorList(BatchItemError &&value)
void SetResultList(Aws::Vector< BatchDetectEntitiesItemResult > &&value)
BatchDetectEntitiesResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue