7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QApps_EXPORTS.h>
29 AWS_QAPPS_API
User() =
default;
40 template <
typename UserIdT = Aws::String>
42 m_userIdHasBeenSet =
true;
43 m_userId = std::forward<UserIdT>(value);
45 template <
typename UserIdT = Aws::String>
53 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