AWS SDK for C++
1.8.126
AWS SDK for C++
|
#include <CurrentMetric.h>
Public Member Functions | |
CurrentMetric () | |
CurrentMetric (Aws::Utils::Json::JsonView jsonValue) | |
CurrentMetric & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const CurrentMetricName & | GetName () const |
bool | NameHasBeenSet () const |
void | SetName (const CurrentMetricName &value) |
void | SetName (CurrentMetricName &&value) |
CurrentMetric & | WithName (const CurrentMetricName &value) |
CurrentMetric & | WithName (CurrentMetricName &&value) |
const Unit & | GetUnit () const |
bool | UnitHasBeenSet () const |
void | SetUnit (const Unit &value) |
void | SetUnit (Unit &&value) |
CurrentMetric & | WithUnit (const Unit &value) |
CurrentMetric & | WithUnit (Unit &&value) |
Contains information about a real-time metric. For a description of each metric, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide.
Definition at line 36 of file CurrentMetric.h.
Aws::Connect::Model::CurrentMetric::CurrentMetric | ( | ) |
Aws::Connect::Model::CurrentMetric::CurrentMetric | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The name of the metric.
Definition at line 48 of file CurrentMetric.h.
|
inline |
The unit for the metric.
Definition at line 79 of file CurrentMetric.h.
Aws::Utils::Json::JsonValue Aws::Connect::Model::CurrentMetric::Jsonize | ( | ) | const |
|
inline |
The name of the metric.
Definition at line 53 of file CurrentMetric.h.
CurrentMetric& Aws::Connect::Model::CurrentMetric::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The name of the metric.
Definition at line 58 of file CurrentMetric.h.
|
inline |
The name of the metric.
Definition at line 63 of file CurrentMetric.h.
|
inline |
The unit for the metric.
Definition at line 89 of file CurrentMetric.h.
|
inline |
The unit for the metric.
Definition at line 94 of file CurrentMetric.h.
|
inline |
The unit for the metric.
Definition at line 84 of file CurrentMetric.h.
|
inline |
The name of the metric.
Definition at line 68 of file CurrentMetric.h.
|
inline |
The name of the metric.
Definition at line 73 of file CurrentMetric.h.
|
inline |
The unit for the metric.
Definition at line 99 of file CurrentMetric.h.
|
inline |
The unit for the metric.
Definition at line 104 of file CurrentMetric.h.