7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
58 template<
typename UserAttributesT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
59 void SetUserAttributes(UserAttributesT&& value) { m_userAttributesHasBeenSet =
true; m_userAttributes = std::forward<UserAttributesT>(value); }
60 template<
typename UserAttributesT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
62 template<
typename UserAttributesKeyT = Aws::String,
typename UserAttributesValueT = Aws::Vector<Aws::String>>
64 m_userAttributesHasBeenSet =
true; m_userAttributes.emplace(std::forward<UserAttributesKeyT>(key), std::forward<UserAttributesValueT>(value));
return *
this;
74 template<
typename UserIdT = Aws::String>
75 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
76 template<
typename UserIdT = Aws::String>
82 bool m_userAttributesHasBeenSet =
false;
85 bool m_userIdHasBeenSet =
false;
bool UserAttributesHasBeenSet() const
AWS_PINPOINT_API EndpointUser & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUserId() const
EndpointUser & WithUserAttributes(UserAttributesT &&value)
bool UserIdHasBeenSet() const
EndpointUser & WithUserId(UserIdT &&value)
AWS_PINPOINT_API EndpointUser()=default
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUserAttributes(UserAttributesT &&value)
void SetUserId(UserIdT &&value)
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetUserAttributes() const
AWS_PINPOINT_API EndpointUser(Aws::Utils::Json::JsonView jsonValue)
EndpointUser & AddUserAttributes(UserAttributesKeyT &&key, UserAttributesValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue