7#include <aws/personalize-events/PersonalizeEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PersonalizeEvents
37 AWS_PERSONALIZEEVENTS_API
User() =
default;
49 template<
typename UserIdT = Aws::String>
50 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
51 template<
typename UserIdT = Aws::String>
68 template<
typename PropertiesT = Aws::String>
69 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
70 template<
typename PropertiesT = Aws::String>
76 bool m_userIdHasBeenSet =
false;
79 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