81 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
144 bool m_userNameHasBeenSet =
false;
147 bool m_authenticationTypeHasBeenSet =
false;
#define AWS_APPSTREAM_API
EnableUserRequest & WithUserName(Aws::String &&value)
void SetUserName(const Aws::String &value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
const Aws::String & GetUserName() const
bool UserNameHasBeenSet() const
EnableUserRequest & WithAuthenticationType(AuthenticationType &&value)
void SetUserName(const char *value)
AWS_APPSTREAM_API EnableUserRequest()
bool AuthenticationTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
EnableUserRequest & WithUserName(const Aws::String &value)
void SetAuthenticationType(AuthenticationType &&value)
EnableUserRequest & WithAuthenticationType(const AuthenticationType &value)
void SetAuthenticationType(const AuthenticationType &value)
void SetUserName(Aws::String &&value)
const AuthenticationType & GetAuthenticationType() const
EnableUserRequest & WithUserName(const char *value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String