AWS SDK for C++  0.14.3
AWS SDK for C++
Public Member Functions | List of all members
Aws::CloudWatch::Model::Dimension Class Reference

#include <Dimension.h>

Public Member Functions

 Dimension ()
 
 Dimension (const Aws::Utils::Xml::XmlNode &xmlNode)
 
Dimensionoperator= (const Aws::Utils::Xml::XmlNode &xmlNode)
 
void OutputToStream (Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
 
void OutputToStream (Aws::OStream &oStream, const char *location) const
 
const Aws::StringGetName () const
 
void SetName (const Aws::String &value)
 
void SetName (Aws::String &&value)
 
void SetName (const char *value)
 
DimensionWithName (const Aws::String &value)
 
DimensionWithName (Aws::String &&value)
 
DimensionWithName (const char *value)
 
const Aws::StringGetValue () const
 
void SetValue (const Aws::String &value)
 
void SetValue (Aws::String &&value)
 
void SetValue (const char *value)
 
DimensionWithValue (const Aws::String &value)
 
DimensionWithValue (Aws::String &&value)
 
DimensionWithValue (const char *value)
 

Detailed Description

The Dimension data type further expands on the identity of a metric using a Name, Value pair.

For examples that use one or more dimensions, see PutMetricData.

Definition at line 39 of file Dimension.h.

Constructor & Destructor Documentation

Aws::CloudWatch::Model::Dimension::Dimension ( )
Aws::CloudWatch::Model::Dimension::Dimension ( const Aws::Utils::Xml::XmlNode xmlNode)

Member Function Documentation

const Aws::String& Aws::CloudWatch::Model::Dimension::GetName ( ) const
inline

The name of the dimension.

Definition at line 52 of file Dimension.h.

const Aws::String& Aws::CloudWatch::Model::Dimension::GetValue ( ) const
inline

The value representing the dimension measurement

Definition at line 87 of file Dimension.h.

Dimension& Aws::CloudWatch::Model::Dimension::operator= ( const Aws::Utils::Xml::XmlNode xmlNode)
void Aws::CloudWatch::Model::Dimension::OutputToStream ( Aws::OStream ostream,
const char *  location,
unsigned  index,
const char *  locationValue 
) const
void Aws::CloudWatch::Model::Dimension::OutputToStream ( Aws::OStream oStream,
const char *  location 
) const
void Aws::CloudWatch::Model::Dimension::SetName ( const Aws::String value)
inline

The name of the dimension.

Definition at line 57 of file Dimension.h.

void Aws::CloudWatch::Model::Dimension::SetName ( Aws::String &&  value)
inline

The name of the dimension.

Definition at line 62 of file Dimension.h.

void Aws::CloudWatch::Model::Dimension::SetName ( const char *  value)
inline

The name of the dimension.

Definition at line 67 of file Dimension.h.

void Aws::CloudWatch::Model::Dimension::SetValue ( const Aws::String value)
inline

The value representing the dimension measurement

Definition at line 92 of file Dimension.h.

void Aws::CloudWatch::Model::Dimension::SetValue ( Aws::String &&  value)
inline

The value representing the dimension measurement

Definition at line 97 of file Dimension.h.

void Aws::CloudWatch::Model::Dimension::SetValue ( const char *  value)
inline

The value representing the dimension measurement

Definition at line 102 of file Dimension.h.

Dimension& Aws::CloudWatch::Model::Dimension::WithName ( const Aws::String value)
inline

The name of the dimension.

Definition at line 72 of file Dimension.h.

Dimension& Aws::CloudWatch::Model::Dimension::WithName ( Aws::String &&  value)
inline

The name of the dimension.

Definition at line 77 of file Dimension.h.

Dimension& Aws::CloudWatch::Model::Dimension::WithName ( const char *  value)
inline

The name of the dimension.

Definition at line 82 of file Dimension.h.

Dimension& Aws::CloudWatch::Model::Dimension::WithValue ( const Aws::String value)
inline

The value representing the dimension measurement

Definition at line 107 of file Dimension.h.

Dimension& Aws::CloudWatch::Model::Dimension::WithValue ( Aws::String &&  value)
inline

The value representing the dimension measurement

Definition at line 112 of file Dimension.h.

Dimension& Aws::CloudWatch::Model::Dimension::WithValue ( const char *  value)
inline

The value representing the dimension measurement

Definition at line 117 of file Dimension.h.


The documentation for this class was generated from the following file: