AWS SDK for C++
1.8.183
AWS SDK for C++
|
#include <TracingConfig.h>
Public Member Functions | |
TracingConfig () | |
TracingConfig (Aws::Utils::Json::JsonView jsonValue) | |
TracingConfig & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const TracingMode & | GetMode () const |
bool | ModeHasBeenSet () const |
void | SetMode (const TracingMode &value) |
void | SetMode (TracingMode &&value) |
TracingConfig & | WithMode (const TracingMode &value) |
TracingConfig & | WithMode (TracingMode &&value) |
The function's AWS X-Ray tracing configuration. To sample and record incoming requests, set Mode
to Active
.
Definition at line 33 of file TracingConfig.h.
Aws::Lambda::Model::TracingConfig::TracingConfig | ( | ) |
Aws::Lambda::Model::TracingConfig::TracingConfig | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The tracing mode.
Definition at line 45 of file TracingConfig.h.
Aws::Utils::Json::JsonValue Aws::Lambda::Model::TracingConfig::Jsonize | ( | ) | const |
|
inline |
The tracing mode.
Definition at line 50 of file TracingConfig.h.
TracingConfig& Aws::Lambda::Model::TracingConfig::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The tracing mode.
Definition at line 55 of file TracingConfig.h.
|
inline |
The tracing mode.
Definition at line 60 of file TracingConfig.h.
|
inline |
The tracing mode.
Definition at line 65 of file TracingConfig.h.
|
inline |
The tracing mode.
Definition at line 70 of file TracingConfig.h.