7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Notifications
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename ValueT = Aws::String>
60 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
61 template<
typename ValueT = Aws::String>
67 bool m_nameHasBeenSet =
false;
70 bool m_valueHasBeenSet =
false;
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_NOTIFICATIONS_API AggregationKey & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NOTIFICATIONS_API AggregationKey()=default
AggregationKey & WithValue(ValueT &&value)
void SetName(NameT &&value)
AggregationKey & WithName(NameT &&value)
AWS_NOTIFICATIONS_API AggregationKey(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
void SetValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue