7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/RecommenderRecipeName.h>
20namespace CustomerProfiles {
43 m_nameHasBeenSet =
true;
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
73 bool m_nameHasBeenSet =
false;
74 bool m_descriptionHasBeenSet =
false;
bool DescriptionHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
AWS_CUSTOMERPROFILES_API RecommenderRecipe()=default
bool NameHasBeenSet() const
RecommenderRecipe & WithDescription(DescriptionT &&value)
RecommenderRecipeName GetName() const
RecommenderRecipe & WithName(RecommenderRecipeName value)
AWS_CUSTOMERPROFILES_API RecommenderRecipe(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API RecommenderRecipe & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(RecommenderRecipeName value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue