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>
41 template <
typename UserNameT = Aws::String>
43 m_userNameHasBeenSet =
true;
44 m_userName = std::forward<UserNameT>(value);
46 template <
typename UserNameT = Aws::String>
60 m_authenticationTypeHasBeenSet =
true;
61 m_authenticationType = value;
70 bool m_userNameHasBeenSet =
false;
73 bool m_authenticationTypeHasBeenSet =
false;
bool UserNameHasBeenSet() const
DisableUserRequest & WithAuthenticationType(AuthenticationType value)
bool AuthenticationTypeHasBeenSet() const
DisableUserRequest & WithUserName(UserNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetAuthenticationType(AuthenticationType value)
void SetUserName(UserNameT &&value)
AuthenticationType GetAuthenticationType() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_APPSTREAM_API DisableUserRequest()=default
AWS_APPSTREAM_API Aws::String SerializePayload() const override
const Aws::String & GetUserName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String