7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
19namespace CloudWatchLogs {
43 template <
typename KeyT = Aws::String>
45 m_keyHasBeenSet =
true;
46 m_key = std::forward<KeyT>(value);
48 template <
typename KeyT = Aws::String>
50 SetKey(std::forward<KeyT>(value));
62 template <
typename ValueT = Aws::String>
64 m_valueHasBeenSet =
true;
65 m_value = std::forward<ValueT>(value);
67 template <
typename ValueT = Aws::String>
69 SetValue(std::forward<ValueT>(value));
77 bool m_keyHasBeenSet =
false;
78 bool m_valueHasBeenSet =
false;
GroupingIdentifier & WithKey(KeyT &&value)
AWS_CLOUDWATCHLOGS_API GroupingIdentifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
bool KeyHasBeenSet() const
bool ValueHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetValue() const
void SetKey(KeyT &&value)
void SetValue(ValueT &&value)
AWS_CLOUDWATCHLOGS_API GroupingIdentifier()=default
AWS_CLOUDWATCHLOGS_API GroupingIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
GroupingIdentifier & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue