7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/AuthenticationType.h>
10#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>
63 m_authenticationTypeHasBeenSet =
true;
64 m_authenticationType = value;
75 bool m_userNameHasBeenSet =
false;
76 bool m_authenticationTypeHasBeenSet =
false;
EnableUserRequest & WithUserName(UserNameT &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
void SetAuthenticationType(AuthenticationType value)
const Aws::String & GetUserName() const
bool UserNameHasBeenSet() const
AWS_APPSTREAM_API EnableUserRequest()=default
bool AuthenticationTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AuthenticationType GetAuthenticationType() const
void SetUserName(UserNameT &&value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
EnableUserRequest & WithAuthenticationType(AuthenticationType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String