7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/AppStreamRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appstream/model/AuthenticationType.h>
45 template<
typename UserNameT = Aws::String>
46 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
47 template<
typename UserNameT = Aws::String>
63 bool m_userNameHasBeenSet =
false;
66 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