7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ItemNameT = Aws::String>
49 void SetItemName(ItemNameT&& value) { m_itemNameHasBeenSet =
true; m_itemName = std::forward<ItemNameT>(value); }
50 template<
typename ItemNameT = Aws::String>
56 bool m_itemNameHasBeenSet =
false;
AWS_PERSONALIZE_API FieldsForThemeGeneration(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API FieldsForThemeGeneration()=default
AWS_PERSONALIZE_API FieldsForThemeGeneration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ItemNameHasBeenSet() const
void SetItemName(ItemNameT &&value)
const Aws::String & GetItemName() const
FieldsForThemeGeneration & WithItemName(ItemNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue