AWS SDK for C++
1.8.128
AWS SDK for C++
|
#include <GetBlobResult.h>
Public Member Functions | |
GetBlobResult () | |
GetBlobResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
GetBlobResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const Aws::Utils::ByteBuffer & | GetContent () const |
void | SetContent (const Aws::Utils::ByteBuffer &value) |
void | SetContent (Aws::Utils::ByteBuffer &&value) |
GetBlobResult & | WithContent (const Aws::Utils::ByteBuffer &value) |
GetBlobResult & | WithContent (Aws::Utils::ByteBuffer &&value) |
Represents the output of a get blob operation.
Definition at line 32 of file GetBlobResult.h.
Aws::CodeCommit::Model::GetBlobResult::GetBlobResult | ( | ) |
Aws::CodeCommit::Model::GetBlobResult::GetBlobResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
The content of the blob, usually a file.
Definition at line 43 of file GetBlobResult.h.
GetBlobResult& Aws::CodeCommit::Model::GetBlobResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
The content of the blob, usually a file.
Definition at line 53 of file GetBlobResult.h.
|
inline |
The content of the blob, usually a file.
Definition at line 48 of file GetBlobResult.h.
|
inline |
The content of the blob, usually a file.
Definition at line 63 of file GetBlobResult.h.
|
inline |
The content of the blob, usually a file.
Definition at line 58 of file GetBlobResult.h.