aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h
diff options
context:
space:
mode:
authorunril <unril@yandex-team.ru>2022-02-10 16:46:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:05 +0300
commit11ae9eca250d0188b7962459cbc6706719e7dca9 (patch)
tree4b7d6755091980d33210de19b2eb35a401a761ea /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h
parent9c914f41ba5e9f9365f404e892197553ac23809e (diff)
downloadydb-11ae9eca250d0188b7962459cbc6706719e7dca9.tar.gz
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h
index 83c8863f5e..9e807a5574 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h
@@ -35,46 +35,46 @@ namespace Model
DeleteObjectsResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Xml::XmlDocument>& result);
- /**
+ /**
* <p>Container element for a successful delete. It identifies the object that was
* successfully deleted.</p>
- */
+ */
inline const Aws::Vector<DeletedObject>& GetDeleted() const{ return m_deleted; }
- /**
+ /**
* <p>Container element for a successful delete. It identifies the object that was
* successfully deleted.</p>
- */
+ */
inline void SetDeleted(const Aws::Vector<DeletedObject>& value) { m_deleted = value; }
- /**
+ /**
* <p>Container element for a successful delete. It identifies the object that was
* successfully deleted.</p>
- */
+ */
inline void SetDeleted(Aws::Vector<DeletedObject>&& value) { m_deleted = std::move(value); }
- /**
+ /**
* <p>Container element for a successful delete. It identifies the object that was
* successfully deleted.</p>
- */
+ */
inline DeleteObjectsResult& WithDeleted(const Aws::Vector<DeletedObject>& value) { SetDeleted(value); return *this;}
- /**
+ /**
* <p>Container element for a successful delete. It identifies the object that was
* successfully deleted.</p>
- */
+ */
inline DeleteObjectsResult& WithDeleted(Aws::Vector<DeletedObject>&& value) { SetDeleted(std::move(value)); return *this;}
- /**
+ /**
* <p>Container element for a successful delete. It identifies the object that was
* successfully deleted.</p>
- */
+ */
inline DeleteObjectsResult& AddDeleted(const DeletedObject& value) { m_deleted.push_back(value); return *this; }
- /**
+ /**
* <p>Container element for a successful delete. It identifies the object that was
* successfully deleted.</p>
- */
+ */
inline DeleteObjectsResult& AddDeleted(DeletedObject&& value) { m_deleted.push_back(std::move(value)); return *this; }
@@ -94,46 +94,46 @@ namespace Model
inline DeleteObjectsResult& WithRequestCharged(RequestCharged&& value) { SetRequestCharged(std::move(value)); return *this;}
- /**
+ /**
* <p>Container for a failed delete operation that describes the object that Amazon
* S3 attempted to delete and the error it encountered.</p>
- */
+ */
inline const Aws::Vector<Error>& GetErrors() const{ return m_errors; }
- /**
+ /**
* <p>Container for a failed delete operation that describes the object that Amazon
* S3 attempted to delete and the error it encountered.</p>
- */
+ */
inline void SetErrors(const Aws::Vector<Error>& value) { m_errors = value; }
- /**
+ /**
* <p>Container for a failed delete operation that describes the object that Amazon
* S3 attempted to delete and the error it encountered.</p>
- */
+ */
inline void SetErrors(Aws::Vector<Error>&& value) { m_errors = std::move(value); }
- /**
+ /**
* <p>Container for a failed delete operation that describes the object that Amazon
* S3 attempted to delete and the error it encountered.</p>
- */
+ */
inline DeleteObjectsResult& WithErrors(const Aws::Vector<Error>& value) { SetErrors(value); return *this;}
- /**
+ /**
* <p>Container for a failed delete operation that describes the object that Amazon
* S3 attempted to delete and the error it encountered.</p>
- */
+ */
inline DeleteObjectsResult& WithErrors(Aws::Vector<Error>&& value) { SetErrors(std::move(value)); return *this;}
- /**
+ /**
* <p>Container for a failed delete operation that describes the object that Amazon
* S3 attempted to delete and the error it encountered.</p>
- */
+ */
inline DeleteObjectsResult& AddErrors(const Error& value) { m_errors.push_back(value); return *this; }
- /**
+ /**
* <p>Container for a failed delete operation that describes the object that Amazon
* S3 attempted to delete and the error it encountered.</p>
- */
+ */
inline DeleteObjectsResult& AddErrors(Error&& value) { m_errors.push_back(std::move(value)); return *this; }
private: