160 lines
7.4 KiB
C++
160 lines
7.4 KiB
C++
/**
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
#pragma once
|
|
#include <aws/comprehend/Comprehend_EXPORTS.h>
|
|
#include <aws/core/utils/memory/stl/AWSVector.h>
|
|
#include <aws/comprehend/model/BatchDetectDominantLanguageItemResult.h>
|
|
#include <aws/comprehend/model/BatchItemError.h>
|
|
#include <utility>
|
|
|
|
namespace Aws
|
|
{
|
|
template<typename RESULT_TYPE>
|
|
class AmazonWebServiceResult;
|
|
|
|
namespace Utils
|
|
{
|
|
namespace Json
|
|
{
|
|
class JsonValue;
|
|
} // namespace Json
|
|
} // namespace Utils
|
|
namespace Comprehend
|
|
{
|
|
namespace Model
|
|
{
|
|
class AWS_COMPREHEND_API BatchDetectDominantLanguageResult
|
|
{
|
|
public:
|
|
BatchDetectDominantLanguageResult();
|
|
BatchDetectDominantLanguageResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
|
|
BatchDetectDominantLanguageResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
|
|
|
|
|
|
/**
|
|
* <p>A list of objects containing the results of the operation. The results are
|
|
* sorted in ascending order by the <code>Index</code> field and match the order of
|
|
* the documents in the input list. If all of the documents contain an error, the
|
|
* <code>ResultList</code> is empty.</p>
|
|
*/
|
|
inline const Aws::Vector<BatchDetectDominantLanguageItemResult>& GetResultList() const{ return m_resultList; }
|
|
|
|
/**
|
|
* <p>A list of objects containing the results of the operation. The results are
|
|
* sorted in ascending order by the <code>Index</code> field and match the order of
|
|
* the documents in the input list. If all of the documents contain an error, the
|
|
* <code>ResultList</code> is empty.</p>
|
|
*/
|
|
inline void SetResultList(const Aws::Vector<BatchDetectDominantLanguageItemResult>& value) { m_resultList = value; }
|
|
|
|
/**
|
|
* <p>A list of objects containing the results of the operation. The results are
|
|
* sorted in ascending order by the <code>Index</code> field and match the order of
|
|
* the documents in the input list. If all of the documents contain an error, the
|
|
* <code>ResultList</code> is empty.</p>
|
|
*/
|
|
inline void SetResultList(Aws::Vector<BatchDetectDominantLanguageItemResult>&& value) { m_resultList = std::move(value); }
|
|
|
|
/**
|
|
* <p>A list of objects containing the results of the operation. The results are
|
|
* sorted in ascending order by the <code>Index</code> field and match the order of
|
|
* the documents in the input list. If all of the documents contain an error, the
|
|
* <code>ResultList</code> is empty.</p>
|
|
*/
|
|
inline BatchDetectDominantLanguageResult& WithResultList(const Aws::Vector<BatchDetectDominantLanguageItemResult>& value) { SetResultList(value); return *this;}
|
|
|
|
/**
|
|
* <p>A list of objects containing the results of the operation. The results are
|
|
* sorted in ascending order by the <code>Index</code> field and match the order of
|
|
* the documents in the input list. If all of the documents contain an error, the
|
|
* <code>ResultList</code> is empty.</p>
|
|
*/
|
|
inline BatchDetectDominantLanguageResult& WithResultList(Aws::Vector<BatchDetectDominantLanguageItemResult>&& value) { SetResultList(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>A list of objects containing the results of the operation. The results are
|
|
* sorted in ascending order by the <code>Index</code> field and match the order of
|
|
* the documents in the input list. If all of the documents contain an error, the
|
|
* <code>ResultList</code> is empty.</p>
|
|
*/
|
|
inline BatchDetectDominantLanguageResult& AddResultList(const BatchDetectDominantLanguageItemResult& value) { m_resultList.push_back(value); return *this; }
|
|
|
|
/**
|
|
* <p>A list of objects containing the results of the operation. The results are
|
|
* sorted in ascending order by the <code>Index</code> field and match the order of
|
|
* the documents in the input list. If all of the documents contain an error, the
|
|
* <code>ResultList</code> is empty.</p>
|
|
*/
|
|
inline BatchDetectDominantLanguageResult& AddResultList(BatchDetectDominantLanguageItemResult&& value) { m_resultList.push_back(std::move(value)); return *this; }
|
|
|
|
|
|
/**
|
|
* <p>A list containing one object for each document that contained an error. The
|
|
* results are sorted in ascending order by the <code>Index</code> field and match
|
|
* the order of the documents in the input list. If there are no errors in the
|
|
* batch, the <code>ErrorList</code> is empty.</p>
|
|
*/
|
|
inline const Aws::Vector<BatchItemError>& GetErrorList() const{ return m_errorList; }
|
|
|
|
/**
|
|
* <p>A list containing one object for each document that contained an error. The
|
|
* results are sorted in ascending order by the <code>Index</code> field and match
|
|
* the order of the documents in the input list. If there are no errors in the
|
|
* batch, the <code>ErrorList</code> is empty.</p>
|
|
*/
|
|
inline void SetErrorList(const Aws::Vector<BatchItemError>& value) { m_errorList = value; }
|
|
|
|
/**
|
|
* <p>A list containing one object for each document that contained an error. The
|
|
* results are sorted in ascending order by the <code>Index</code> field and match
|
|
* the order of the documents in the input list. If there are no errors in the
|
|
* batch, the <code>ErrorList</code> is empty.</p>
|
|
*/
|
|
inline void SetErrorList(Aws::Vector<BatchItemError>&& value) { m_errorList = std::move(value); }
|
|
|
|
/**
|
|
* <p>A list containing one object for each document that contained an error. The
|
|
* results are sorted in ascending order by the <code>Index</code> field and match
|
|
* the order of the documents in the input list. If there are no errors in the
|
|
* batch, the <code>ErrorList</code> is empty.</p>
|
|
*/
|
|
inline BatchDetectDominantLanguageResult& WithErrorList(const Aws::Vector<BatchItemError>& value) { SetErrorList(value); return *this;}
|
|
|
|
/**
|
|
* <p>A list containing one object for each document that contained an error. The
|
|
* results are sorted in ascending order by the <code>Index</code> field and match
|
|
* the order of the documents in the input list. If there are no errors in the
|
|
* batch, the <code>ErrorList</code> is empty.</p>
|
|
*/
|
|
inline BatchDetectDominantLanguageResult& WithErrorList(Aws::Vector<BatchItemError>&& value) { SetErrorList(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>A list containing one object for each document that contained an error. The
|
|
* results are sorted in ascending order by the <code>Index</code> field and match
|
|
* the order of the documents in the input list. If there are no errors in the
|
|
* batch, the <code>ErrorList</code> is empty.</p>
|
|
*/
|
|
inline BatchDetectDominantLanguageResult& AddErrorList(const BatchItemError& value) { m_errorList.push_back(value); return *this; }
|
|
|
|
/**
|
|
* <p>A list containing one object for each document that contained an error. The
|
|
* results are sorted in ascending order by the <code>Index</code> field and match
|
|
* the order of the documents in the input list. If there are no errors in the
|
|
* batch, the <code>ErrorList</code> is empty.</p>
|
|
*/
|
|
inline BatchDetectDominantLanguageResult& AddErrorList(BatchItemError&& value) { m_errorList.push_back(std::move(value)); return *this; }
|
|
|
|
private:
|
|
|
|
Aws::Vector<BatchDetectDominantLanguageItemResult> m_resultList;
|
|
|
|
Aws::Vector<BatchItemError> m_errorList;
|
|
};
|
|
|
|
} // namespace Model
|
|
} // namespace Comprehend
|
|
} // namespace Aws
|