7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 inline AttributePayload&
AddAttributes(
const char* key,
const char* value) { m_attributesHasBeenSet =
true; m_attributes.emplace(key, value);
return *
this; }
70 inline bool GetMerge()
const{
return m_merge; }
72 inline void SetMerge(
bool value) { m_mergeHasBeenSet =
true; m_merge = value; }
78 bool m_attributesHasBeenSet =
false;
81 bool m_mergeHasBeenSet =
false;
AttributePayload & WithAttributes(Aws::Map< Aws::String, Aws::String > &&value)
AttributePayload & AddAttributes(const char *key, const char *value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
AttributePayload & AddAttributes(Aws::String &&key, const char *value)
AttributePayload & AddAttributes(const Aws::String &key, const Aws::String &value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAttributes(Aws::Map< Aws::String, Aws::String > &&value)
void SetMerge(bool value)
bool MergeHasBeenSet() const
AWS_IOT_API AttributePayload(Aws::Utils::Json::JsonView jsonValue)
AttributePayload & AddAttributes(const char *key, Aws::String &&value)
AWS_IOT_API AttributePayload & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AttributesHasBeenSet() const
AttributePayload & AddAttributes(const Aws::String &key, Aws::String &&value)
AttributePayload & WithAttributes(const Aws::Map< Aws::String, Aws::String > &value)
AWS_IOT_API AttributePayload()
AttributePayload & AddAttributes(Aws::String &&key, Aws::String &&value)
void SetAttributes(const Aws::Map< Aws::String, Aws::String > &value)
AttributePayload & AddAttributes(Aws::String &&key, const Aws::String &value)
AttributePayload & WithMerge(bool 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