7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IdentityStore
47 template<
typename UserIdT = Aws::String>
48 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
49 template<
typename UserIdT = Aws::String>
55 bool m_userIdHasBeenSet =
false;
AWS_IDENTITYSTORE_API MemberId()=default
void SetUserId(UserIdT &&value)
const Aws::String & GetUserId() const
bool UserIdHasBeenSet() const
AWS_IDENTITYSTORE_API MemberId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
MemberId & WithUserId(UserIdT &&value)
AWS_IDENTITYSTORE_API MemberId(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue