AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <Dimension.h>
Public Member Functions | |
Dimension () | |
Dimension (const Aws::Utils::Xml::XmlNode &xmlNode) | |
Dimension & | operator= (const Aws::Utils::Xml::XmlNode &xmlNode) |
void | AddToNode (Aws::Utils::Xml::XmlNode &parentNode) const |
const Aws::String & | GetName () const |
void | SetName (const Aws::String &value) |
void | SetName (Aws::String &&value) |
void | SetName (const char *value) |
Dimension & | WithName (const Aws::String &value) |
Dimension & | WithName (Aws::String &&value) |
Dimension & | WithName (const char *value) |
const Aws::String & | GetValue () const |
void | SetValue (const Aws::String &value) |
void | SetValue (Aws::String &&value) |
void | SetValue (const char *value) |
Dimension & | WithValue (const Aws::String &value) |
Dimension & | WithValue (Aws::String &&value) |
Dimension & | WithValue (const char *value) |
The name and value of a dimension for a CloudWatch metric.
Definition at line 36 of file Dimension.h.
Aws::Route53::Model::Dimension::Dimension | ( | ) |
Aws::Route53::Model::Dimension::Dimension | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
void Aws::Route53::Model::Dimension::AddToNode | ( | Aws::Utils::Xml::XmlNode & | parentNode | ) | const |
|
inline |
The name of the dimension.
Definition at line 48 of file Dimension.h.
|
inline |
The value of the dimension.
Definition at line 83 of file Dimension.h.
Dimension& Aws::Route53::Model::Dimension::operator= | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
The name of the dimension.
Definition at line 53 of file Dimension.h.
|
inline |
The name of the dimension.
Definition at line 58 of file Dimension.h.
|
inline |
The name of the dimension.
Definition at line 63 of file Dimension.h.
|
inline |
The value of the dimension.
Definition at line 88 of file Dimension.h.
|
inline |
The value of the dimension.
Definition at line 93 of file Dimension.h.
|
inline |
The value of the dimension.
Definition at line 98 of file Dimension.h.
|
inline |
The name of the dimension.
Definition at line 68 of file Dimension.h.
|
inline |
The name of the dimension.
Definition at line 73 of file Dimension.h.
|
inline |
The name of the dimension.
Definition at line 78 of file Dimension.h.
|
inline |
The value of the dimension.
Definition at line 103 of file Dimension.h.
|
inline |
The value of the dimension.
Definition at line 108 of file Dimension.h.
|
inline |
The value of the dimension.
Definition at line 113 of file Dimension.h.