7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
9#include <aws/iotwireless/model/DimensionName.h>
20namespace IoTWireless {
42 m_nameHasBeenSet =
true;
57 template <
typename ValueT = Aws::String>
59 m_valueHasBeenSet =
true;
60 m_value = std::forward<ValueT>(value);
62 template <
typename ValueT = Aws::String>
64 SetValue(std::forward<ValueT>(value));
72 bool m_nameHasBeenSet =
false;
73 bool m_valueHasBeenSet =
false;
bool ValueHasBeenSet() const
Dimension & WithName(DimensionName value)
Dimension & WithValue(ValueT &&value)
DimensionName GetName() const
AWS_IOTWIRELESS_API Dimension(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(DimensionName value)
void SetValue(ValueT &&value)
AWS_IOTWIRELESS_API Dimension & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Dimension()=default
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue