diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-02 12:50:27 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-02 12:50:27 +0300 |
commit | d0f80d5e60d77854f9d6262a59a7349e2b21f9d2 (patch) | |
tree | 01f1e033ce5519d96b7d6a83718221dcb8021eec /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectResult.h | |
parent | 26286f616cee657612a9d820be6da2cdbd4de0ef (diff) | |
download | ydb-d0f80d5e60d77854f9d6262a59a7349e2b21f9d2.tar.gz |
intermediate changes
ref:40ac71fae6ea311a73473cf4297ca93bf27559c3
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectResult.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectResult.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectResult.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectResult.h index e9eb7bf9ed..cac0384d29 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectResult.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectResult.h @@ -169,70 +169,70 @@ namespace Model /** - * <p>Provides information about object restoration operation and expiration time - * of the restored object copy.</p> + * <p>Provides information about object restoration action and expiration time of + * the restored object copy.</p> */ inline const Aws::String& GetRestore() const{ return m_restore; } /** - * <p>Provides information about object restoration operation and expiration time - * of the restored object copy.</p> + * <p>Provides information about object restoration action and expiration time of + * the restored object copy.</p> */ inline void SetRestore(const Aws::String& value) { m_restore = value; } /** - * <p>Provides information about object restoration operation and expiration time - * of the restored object copy.</p> + * <p>Provides information about object restoration action and expiration time of + * the restored object copy.</p> */ inline void SetRestore(Aws::String&& value) { m_restore = std::move(value); } /** - * <p>Provides information about object restoration operation and expiration time - * of the restored object copy.</p> + * <p>Provides information about object restoration action and expiration time of + * the restored object copy.</p> */ inline void SetRestore(const char* value) { m_restore.assign(value); } /** - * <p>Provides information about object restoration operation and expiration time - * of the restored object copy.</p> + * <p>Provides information about object restoration action and expiration time of + * the restored object copy.</p> */ inline GetObjectResult& WithRestore(const Aws::String& value) { SetRestore(value); return *this;} /** - * <p>Provides information about object restoration operation and expiration time - * of the restored object copy.</p> + * <p>Provides information about object restoration action and expiration time of + * the restored object copy.</p> */ inline GetObjectResult& WithRestore(Aws::String&& value) { SetRestore(std::move(value)); return *this;} /** - * <p>Provides information about object restoration operation and expiration time - * of the restored object copy.</p> + * <p>Provides information about object restoration action and expiration time of + * the restored object copy.</p> */ inline GetObjectResult& WithRestore(const char* value) { SetRestore(value); return *this;} /** - * <p>Last modified date of the object</p> + * <p>Creation date of the object.</p> */ inline const Aws::Utils::DateTime& GetLastModified() const{ return m_lastModified; } /** - * <p>Last modified date of the object</p> + * <p>Creation date of the object.</p> */ inline void SetLastModified(const Aws::Utils::DateTime& value) { m_lastModified = value; } /** - * <p>Last modified date of the object</p> + * <p>Creation date of the object.</p> */ inline void SetLastModified(Aws::Utils::DateTime&& value) { m_lastModified = std::move(value); } /** - * <p>Last modified date of the object</p> + * <p>Creation date of the object.</p> */ inline GetObjectResult& WithLastModified(const Aws::Utils::DateTime& value) { SetLastModified(value); return *this;} /** - * <p>Last modified date of the object</p> + * <p>Creation date of the object.</p> */ inline GetObjectResult& WithLastModified(Aws::Utils::DateTime&& value) { SetLastModified(std::move(value)); return *this;} |