7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/AuthenticationType.h>
10#include <aws/appstream/model/MessageAction.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename UserNameT = Aws::String>
46 m_userNameHasBeenSet =
true;
47 m_userName = std::forward<UserNameT>(value);
49 template <
typename UserNameT = Aws::String>
68 m_messageActionHasBeenSet =
true;
69 m_messageAction = value;
83 template <
typename FirstNameT = Aws::String>
85 m_firstNameHasBeenSet =
true;
86 m_firstName = std::forward<FirstNameT>(value);
88 template <
typename FirstNameT = Aws::String>
101 template <
typename LastNameT = Aws::String>
103 m_lastNameHasBeenSet =
true;
104 m_lastName = std::forward<LastNameT>(value);
106 template <
typename LastNameT = Aws::String>
120 m_authenticationTypeHasBeenSet =
true;
121 m_authenticationType = value;
130 bool m_userNameHasBeenSet =
false;
133 bool m_messageActionHasBeenSet =
false;
136 bool m_firstNameHasBeenSet =
false;
139 bool m_lastNameHasBeenSet =
false;
142 bool m_authenticationTypeHasBeenSet =
false;
bool MessageActionHasBeenSet() const
AWS_APPSTREAM_API CreateUserRequest()=default
const Aws::String & GetUserName() const
const Aws::String & GetFirstName() const
bool AuthenticationTypeHasBeenSet() const
CreateUserRequest & WithMessageAction(MessageAction value)
CreateUserRequest & WithLastName(LastNameT &&value)
void SetFirstName(FirstNameT &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
MessageAction GetMessageAction() const
bool FirstNameHasBeenSet() const
CreateUserRequest & WithAuthenticationType(AuthenticationType value)
CreateUserRequest & WithUserName(UserNameT &&value)
void SetAuthenticationType(AuthenticationType value)
CreateUserRequest & WithFirstName(FirstNameT &&value)
void SetMessageAction(MessageAction value)
AuthenticationType GetAuthenticationType() const
bool UserNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetLastName(LastNameT &&value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool LastNameHasBeenSet() const
const Aws::String & GetLastName() const
void SetUserName(UserNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String