diff options
author | dakovalkov <dakovalkov@yandex-team.com> | 2023-12-03 13:33:55 +0300 |
---|---|---|
committer | dakovalkov <dakovalkov@yandex-team.com> | 2023-12-03 14:04:39 +0300 |
commit | 2a718325637e5302334b6d0a6430f63168f8dbb3 (patch) | |
tree | 64be81080b7df9ec1d86d053a0c394ae53fcf1fe /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectTorrentResult.h | |
parent | e0d94a470142d95c3007e9c5d80380994940664a (diff) | |
download | ydb-2a718325637e5302334b6d0a6430f63168f8dbb3.tar.gz |
Update contrib/libs/aws-sdk-cpp to 1.11.37
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectTorrentResult.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectTorrentResult.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectTorrentResult.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectTorrentResult.h index 97c8b3edf9..546c6d1c26 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectTorrentResult.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetObjectTorrentResult.h @@ -19,28 +19,28 @@ namespace S3 { namespace Model { - class AWS_S3_API GetObjectTorrentResult + class GetObjectTorrentResult { public: - GetObjectTorrentResult(); + AWS_S3_API GetObjectTorrentResult(); //We have to define these because Microsoft doesn't auto generate them - GetObjectTorrentResult(GetObjectTorrentResult&&); - GetObjectTorrentResult& operator=(GetObjectTorrentResult&&); + AWS_S3_API GetObjectTorrentResult(GetObjectTorrentResult&&); + AWS_S3_API GetObjectTorrentResult& operator=(GetObjectTorrentResult&&); //we delete these because Microsoft doesn't handle move generation correctly //and we therefore don't trust them to get it right here either. GetObjectTorrentResult(const GetObjectTorrentResult&) = delete; GetObjectTorrentResult& operator=(const GetObjectTorrentResult&) = delete; - GetObjectTorrentResult(Aws::AmazonWebServiceResult<Aws::Utils::Stream::ResponseStream>&& result); - GetObjectTorrentResult& operator=(Aws::AmazonWebServiceResult<Aws::Utils::Stream::ResponseStream>&& result); + AWS_S3_API GetObjectTorrentResult(Aws::AmazonWebServiceResult<Aws::Utils::Stream::ResponseStream>&& result); + AWS_S3_API GetObjectTorrentResult& operator=(Aws::AmazonWebServiceResult<Aws::Utils::Stream::ResponseStream>&& result); /** * <p>A Bencoded dictionary as defined by the BitTorrent specification</p> */ - inline Aws::IOStream& GetBody() { return m_body.GetUnderlyingStream(); } + inline Aws::IOStream& GetBody() const { return m_body.GetUnderlyingStream(); } /** * <p>A Bencoded dictionary as defined by the BitTorrent specification</p> @@ -65,7 +65,7 @@ namespace Model private: - Aws::Utils::Stream::ResponseStream m_body; + Aws::Utils::Stream::ResponseStream m_body; RequestCharged m_requestCharged; }; |