7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize-events/PersonalizeEvents_EXPORTS.h>
19namespace PersonalizeEvents {
32 AWS_PERSONALIZEEVENTS_API
User() =
default;
43 template <
typename UserIdT = Aws::String>
45 m_userIdHasBeenSet =
true;
46 m_userId = std::forward<UserIdT>(value);
48 template <
typename UserIdT = 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_userIdHasBeenSet =
false;
84 bool m_propertiesHasBeenSet =
false;
AWS_PERSONALIZEEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProperties(PropertiesT &&value)
const Aws::String & GetUserId() const
AWS_PERSONALIZEEVENTS_API User & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZEEVENTS_API User()=default
User & WithProperties(PropertiesT &&value)
AWS_PERSONALIZEEVENTS_API User(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProperties() const
bool UserIdHasBeenSet() const
void SetUserId(UserIdT &&value)
User & WithUserId(UserIdT &&value)
bool PropertiesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue