AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <TransferContext.h>
Public Member Functions | |
DownloadFileContext (std::shared_ptr< DownloadFileRequest > downloadRequest) | |
std::shared_ptr< DownloadFileRequest > | GetDownloadRequest () const |
![]() | |
AsyncCallerContext () | |
AsyncCallerContext (const Aws::String &uuid) | |
AsyncCallerContext (const char *uuid) | |
virtual | ~AsyncCallerContext () |
const Aws::String & | GetUUID () const |
void | SetUUID (const Aws::String &value) |
void | SetUUID (const char *value) |
Definition at line 42 of file TransferContext.h.
Aws::Transfer::DownloadFileContext::DownloadFileContext | ( | std::shared_ptr< DownloadFileRequest > | downloadRequest | ) |
|
inline |
Definition at line 48 of file TransferContext.h.