AWS SDK for C++

AWS SDK for C++ Version 1.11.832

Loading...
Searching...
No Matches
DownloadProgressSnapshot.h
1
5#pragma once
6#include <aws/s3-transfer/S3Transfer_EXPORTS.h>
7#include <aws/s3-transfer/ProgressSnapshot.h>
8#include <aws/s3-transfer/DownloadResponse.h>
9
10namespace Aws {
11namespace S3 {
12namespace Transfer {
13
19class AWS_S3_TRANSFER_API DownloadProgressSnapshot final : public ProgressSnapshot<DownloadResponse> {
20 public:
21 using ProgressSnapshot<DownloadResponse>::ProgressSnapshot;
22};
23
24}
25}
26}