AWS SDK for C++  0.14.3
AWS SDK for C++
Public Member Functions | List of all members
Aws::Route53::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 AddToNode (Aws::Utils::Xml::XmlNode &parentNode) 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 name and value of a dimension for a CloudWatch metric.

Definition at line 36 of file Dimension.h.

Constructor & Destructor Documentation

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

Member Function Documentation

void Aws::Route53::Model::Dimension::AddToNode ( Aws::Utils::Xml::XmlNode parentNode) const
const Aws::String& Aws::Route53::Model::Dimension::GetName ( ) const
inline

The name of the dimension.

Definition at line 48 of file Dimension.h.

const Aws::String& Aws::Route53::Model::Dimension::GetValue ( ) const
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)
void Aws::Route53::Model::Dimension::SetName ( const Aws::String value)
inline

The name of the dimension.

Definition at line 53 of file Dimension.h.

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

The name of the dimension.

Definition at line 58 of file Dimension.h.

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

The name of the dimension.

Definition at line 63 of file Dimension.h.

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

The value of the dimension.

Definition at line 88 of file Dimension.h.

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

The value of the dimension.

Definition at line 93 of file Dimension.h.

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

The value of the dimension.

Definition at line 98 of file Dimension.h.

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

The name of the dimension.

Definition at line 68 of file Dimension.h.

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

The name of the dimension.

Definition at line 73 of file Dimension.h.

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

The name of the dimension.

Definition at line 78 of file Dimension.h.

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

The value of the dimension.

Definition at line 103 of file Dimension.h.

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

The value of the dimension.

Definition at line 108 of file Dimension.h.

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

The value of the dimension.

Definition at line 113 of file Dimension.h.


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