7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_QAPPS_API
User() =
default;
46 template<
typename UserIdT = Aws::String>
47 void SetUserId(
UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
48 template<
typename UserIdT = Aws::String>
54 bool m_userIdHasBeenSet =
false;
void SetUserId(UserIdT &&value)
User & WithUserId(UserIdT &&value)
AWS_QAPPS_API User(Aws::Utils::Json::JsonView jsonValue)
bool UserIdHasBeenSet() const
AWS_QAPPS_API User()=default
AWS_QAPPS_API User & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUserId() const
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue