AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <TransferContext.h>
Public Member Functions | |
UploadFileContext (std::shared_ptr< UploadFileRequest > uploadRequest) | |
std::shared_ptr< UploadFileRequest > | GetUploadRequest () 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 28 of file TransferContext.h.
Aws::Transfer::UploadFileContext::UploadFileContext | ( | std::shared_ptr< UploadFileRequest > | uploadRequest | ) |
|
inline |
Definition at line 34 of file TransferContext.h.