7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
63 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
64 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
65 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
67 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
69 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
79 template<
typename NextT = Aws::String>
80 void SetNext(NextT&& value) { m_nextHasBeenSet =
true; m_next = std::forward<NextT>(value); }
81 template<
typename NextT = Aws::String>
87 bool m_nameHasBeenSet =
false;
90 bool m_attributesHasBeenSet =
false;
93 bool m_nextHasBeenSet =
false;
void SetAttributes(AttributesT &&value)
bool NameHasBeenSet() const
AWS_IOTANALYTICS_API AddAttributesActivity(Aws::Utils::Json::JsonView jsonValue)
AddAttributesActivity & WithAttributes(AttributesT &&value)
AWS_IOTANALYTICS_API AddAttributesActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_IOTANALYTICS_API AddAttributesActivity()=default
bool NextHasBeenSet() const
bool AttributesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
AddAttributesActivity & WithName(NameT &&value)
void SetNext(NextT &&value)
const Aws::String & GetName() const
AddAttributesActivity & WithNext(NextT &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNext() const
AddAttributesActivity & AddAttributes(AttributesKeyT &&key, AttributesValueT &&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