7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
40 template <
typename UserT = Aws::String>
42 m_userHasBeenSet =
true;
43 m_user = std::forward<UserT>(value);
45 template <
typename UserT = Aws::String>
47 SetUser(std::forward<UserT>(value));
58 template <
typename PasswordArnT = Aws::String>
60 m_passwordArnHasBeenSet =
true;
61 m_passwordArn = std::forward<PasswordArnT>(value);
63 template <
typename PasswordArnT = Aws::String>
73 bool m_userHasBeenSet =
false;
74 bool m_passwordArnHasBeenSet =
false;
WindowsUser & WithUser(UserT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool UserHasBeenSet() const
void SetPasswordArn(PasswordArnT &&value)
AWS_DEADLINE_API WindowsUser()=default
bool PasswordArnHasBeenSet() const
const Aws::String & GetPasswordArn() const
const Aws::String & GetUser() const
AWS_DEADLINE_API WindowsUser(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API WindowsUser & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUser(UserT &&value)
WindowsUser & WithPasswordArn(PasswordArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue