7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qbusiness/model/FailedDocument.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename FailedDocumentsT = Aws::Vector<FailedDocument>>
46 template<
typename FailedDocumentsT = Aws::Vector<FailedDocument>>
48 template<
typename FailedDocumentsT = FailedDocument>
55 template<
typename RequestIdT = Aws::String>
56 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
57 template<
typename RequestIdT = Aws::String>
63 bool m_failedDocumentsHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
AWS_QBUSINESS_API BatchPutDocumentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_QBUSINESS_API BatchPutDocumentResult()=default
void SetFailedDocuments(FailedDocumentsT &&value)
const Aws::String & GetRequestId() const
BatchPutDocumentResult & WithRequestId(RequestIdT &&value)
BatchPutDocumentResult & AddFailedDocuments(FailedDocumentsT &&value)
BatchPutDocumentResult & WithFailedDocuments(FailedDocumentsT &&value)
const Aws::Vector< FailedDocument > & GetFailedDocuments() const
AWS_QBUSINESS_API BatchPutDocumentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue