7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize-events/PersonalizeEvents_EXPORTS.h>
19namespace PersonalizeEvents {
32 AWS_PERSONALIZEEVENTS_API
Item() =
default;
43 template <
typename ItemIdT = Aws::String>
45 m_itemIdHasBeenSet =
true;
46 m_itemId = std::forward<ItemIdT>(value);
48 template <
typename ItemIdT = Aws::String>
68 template <
typename PropertiesT = Aws::String>
70 m_propertiesHasBeenSet =
true;
71 m_properties = std::forward<PropertiesT>(value);
73 template <
typename PropertiesT = Aws::String>
83 bool m_itemIdHasBeenSet =
false;
84 bool m_propertiesHasBeenSet =
false;
Item & WithItemId(ItemIdT &&value)
AWS_PERSONALIZEEVENTS_API Item()=default
void SetItemId(ItemIdT &&value)
bool ItemIdHasBeenSet() const
const Aws::String & GetProperties() const
bool PropertiesHasBeenSet() const
Item & WithProperties(PropertiesT &&value)
AWS_PERSONALIZEEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetItemId() const
AWS_PERSONALIZEEVENTS_API Item(Aws::Utils::Json::JsonView jsonValue)
void SetProperties(PropertiesT &&value)
AWS_PERSONALIZEEVENTS_API Item & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue