7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename UserT = Aws::String>
47 void SetUser(UserT&& value) { m_userHasBeenSet =
true; m_user = std::forward<UserT>(value); }
48 template<
typename UserT = Aws::String>
58 template<
typename GroupT = Aws::String>
59 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
60 template<
typename GroupT = Aws::String>
66 bool m_userHasBeenSet =
false;
69 bool m_groupHasBeenSet =
false;
PosixUser & WithGroup(GroupT &&value)
void SetUser(UserT &&value)
void SetGroup(GroupT &&value)
AWS_DEADLINE_API PosixUser(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API PosixUser & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UserHasBeenSet() const
PosixUser & WithUser(UserT &&value)
bool GroupHasBeenSet() const
const Aws::String & GetUser() const
const Aws::String & GetGroup() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEADLINE_API PosixUser()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue