AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <ACMClient.h>
Public Member Functions | |
Outcome () | |
Outcome (const R &r) | |
Outcome (const E &e) | |
Outcome (R &&r) | |
Outcome (E &&e) | |
Outcome (const Outcome &o) | |
Outcome & | operator= (const Outcome &o) |
Outcome (Outcome &&o) | |
Outcome & | operator= (Outcome &&o) |
const R & | GetResult () const |
R & | GetResult () |
R && | GetResultWithOwnership () |
const E & | GetError () const |
bool | IsSuccess () const |
Template class representing the outcome of making a request. It will contain either a successful result or the failure error. The caller must check whether the outcome of the request was a success before attempting to access the result or the error.
Definition at line 45 of file ACMClient.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |