aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-02 12:50:27 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-02 12:50:27 +0300
commitd0f80d5e60d77854f9d6262a59a7349e2b21f9d2 (patch)
tree01f1e033ce5519d96b7d6a83718221dcb8021eec /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsResult.h
parent26286f616cee657612a9d820be6da2cdbd4de0ef (diff)
downloadydb-d0f80d5e60d77854f9d6262a59a7349e2b21f9d2.tar.gz
intermediate changes
ref:40ac71fae6ea311a73473cf4297ca93bf27559c3
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.h28
1 files changed, 14 insertions, 14 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..5533d2b3e5 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
@@ -95,44 +95,44 @@ namespace Model
/**
- * <p>Container for a failed delete operation that describes the object that Amazon
- * S3 attempted to delete and the error it encountered.</p>
+ * <p>Container for a failed delete action 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>
+ * <p>Container for a failed delete action 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>
+ * <p>Container for a failed delete action 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>
+ * <p>Container for a failed delete action 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>
+ * <p>Container for a failed delete action 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>
+ * <p>Container for a failed delete action 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>
+ * <p>Container for a failed delete action 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; }