aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CopyObjectResult.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/CopyObjectResult.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/CopyObjectResult.h')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CopyObjectResult.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CopyObjectResult.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CopyObjectResult.h
index 386f654c30..54a4f98e46 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CopyObjectResult.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/CopyObjectResult.h
@@ -78,39 +78,39 @@ namespace Model
inline CopyObjectResult& WithExpiration(const char* value) { SetExpiration(value); return *this;}
- /**
+ /**
* <p>Version of the copied object in the destination bucket.</p>
- */
+ */
inline const Aws::String& GetCopySourceVersionId() const{ return m_copySourceVersionId; }
- /**
+ /**
* <p>Version of the copied object in the destination bucket.</p>
- */
+ */
inline void SetCopySourceVersionId(const Aws::String& value) { m_copySourceVersionId = value; }
- /**
+ /**
* <p>Version of the copied object in the destination bucket.</p>
- */
+ */
inline void SetCopySourceVersionId(Aws::String&& value) { m_copySourceVersionId = std::move(value); }
- /**
+ /**
* <p>Version of the copied object in the destination bucket.</p>
- */
+ */
inline void SetCopySourceVersionId(const char* value) { m_copySourceVersionId.assign(value); }
- /**
+ /**
* <p>Version of the copied object in the destination bucket.</p>
- */
+ */
inline CopyObjectResult& WithCopySourceVersionId(const Aws::String& value) { SetCopySourceVersionId(value); return *this;}
- /**
+ /**
* <p>Version of the copied object in the destination bucket.</p>
- */
+ */
inline CopyObjectResult& WithCopySourceVersionId(Aws::String&& value) { SetCopySourceVersionId(std::move(value)); return *this;}
- /**
+ /**
* <p>Version of the copied object in the destination bucket.</p>
- */
+ */
inline CopyObjectResult& WithCopySourceVersionId(const char* value) { SetCopySourceVersionId(value); return *this;}
@@ -416,29 +416,29 @@ namespace Model
inline CopyObjectResult& WithRequestCharged(RequestCharged&& value) { SetRequestCharged(std::move(value)); return *this;}
- /**
+ /**
* <p>Container for all response elements.</p>
- */
+ */
inline const CopyObjectResultDetails& GetCopyObjectResultDetails() const{ return m_copyObjectResultDetails; }
- /**
+ /**
* <p>Container for all response elements.</p>
- */
+ */
inline void SetCopyObjectResultDetails(const CopyObjectResultDetails& value) { m_copyObjectResultDetails = value; }
- /**
+ /**
* <p>Container for all response elements.</p>
- */
+ */
inline void SetCopyObjectResultDetails(CopyObjectResultDetails&& value) { m_copyObjectResultDetails = std::move(value); }
- /**
+ /**
* <p>Container for all response elements.</p>
- */
+ */
inline CopyObjectResult& WithCopyObjectResultDetails(const CopyObjectResultDetails& value) { SetCopyObjectResultDetails(value); return *this;}
- /**
+ /**
* <p>Container for all response elements.</p>
- */
+ */
inline CopyObjectResult& WithCopyObjectResultDetails(CopyObjectResultDetails&& value) { SetCopyObjectResultDetails(std::move(value)); return *this;}
private: