7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename ValueT = Aws::String>
65 m_valueHasBeenSet =
true;
66 m_value = std::forward<ValueT>(value);
68 template <
typename ValueT = Aws::String>
70 SetValue(std::forward<ValueT>(value));
78 bool m_nameHasBeenSet =
false;
79 bool m_valueHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetValue() const
CloudWatchMetricsDimension & WithName(NameT &&value)
const Aws::String & GetName() const
CloudWatchMetricsDimension & WithValue(ValueT &&value)
void SetValue(ValueT &&value)
AWS_DEVOPSGURU_API CloudWatchMetricsDimension()=default
bool NameHasBeenSet() const
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVOPSGURU_API CloudWatchMetricsDimension(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
AWS_DEVOPSGURU_API CloudWatchMetricsDimension & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue