7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
19namespace CustomerProfiles {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
54 bool m_nameHasBeenSet =
false;
AttributeItem & WithName(NameT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_CUSTOMERPROFILES_API AttributeItem()=default
AWS_CUSTOMERPROFILES_API AttributeItem(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API AttributeItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue