7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CloudWatchLogs
57 inline Entity&
AddKeyAttributes(
const char* key,
const char* value) { m_keyAttributesHasBeenSet =
true; m_keyAttributes.emplace(key, value);
return *
this; }
74 inline Entity&
AddAttributes(
const char* key,
Aws::String&& value) { m_attributesHasBeenSet =
true; m_attributes.emplace(key, std::move(value));
return *
this; }
75 inline Entity&
AddAttributes(
Aws::String&& key,
const char* value) { m_attributesHasBeenSet =
true; m_attributes.emplace(std::move(key), value);
return *
this; }
76 inline Entity&
AddAttributes(
const char* key,
const char* value) { m_attributesHasBeenSet =
true; m_attributes.emplace(key, value);
return *
this; }
81 bool m_keyAttributesHasBeenSet =
false;
84 bool m_attributesHasBeenSet =
false;
Entity & AddAttributes(Aws::String &&key, const Aws::String &value)
Entity & AddAttributes(const Aws::String &key, const Aws::String &value)
Entity & WithKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
AWS_CLOUDWATCHLOGS_API Entity & operator=(Aws::Utils::Json::JsonView jsonValue)
Entity & AddKeyAttributes(const char *key, const char *value)
Entity & AddAttributes(Aws::String &&key, Aws::String &&value)
Entity & AddKeyAttributes(const char *key, Aws::String &&value)
bool KeyAttributesHasBeenSet() const
Entity & AddKeyAttributes(Aws::String &&key, Aws::String &&value)
Entity & WithKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
AWS_CLOUDWATCHLOGS_API Entity()
Entity & WithAttributes(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
void SetAttributes(Aws::Map< Aws::String, Aws::String > &&value)
AWS_CLOUDWATCHLOGS_API Entity(Aws::Utils::Json::JsonView jsonValue)
Entity & WithAttributes(const Aws::Map< Aws::String, Aws::String > &value)
bool AttributesHasBeenSet() const
void SetAttributes(const Aws::Map< Aws::String, Aws::String > &value)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
void SetKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Map< Aws::String, Aws::String > & GetKeyAttributes() const
Entity & AddKeyAttributes(const Aws::String &key, Aws::String &&value)
Entity & AddKeyAttributes(const Aws::String &key, const Aws::String &value)
Entity & AddKeyAttributes(Aws::String &&key, const char *value)
Entity & AddAttributes(const Aws::String &key, Aws::String &&value)
Entity & AddKeyAttributes(Aws::String &&key, const Aws::String &value)
Entity & AddAttributes(const char *key, Aws::String &&value)
Entity & AddAttributes(Aws::String &&key, const char *value)
Entity & AddAttributes(const char *key, const char *value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue