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;
const Aws::String & GetUserName() const
DeleteUserRequest & WithAuthenticationType(AuthenticationType value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
AuthenticationType GetAuthenticationType() const
virtual const char * GetServiceRequestName() const override
bool AuthenticationTypeHasBeenSet() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool UserNameHasBeenSet() const
AWS_APPSTREAM_API DeleteUserRequest()=default
void SetUserName(UserNameT &&value)
DeleteUserRequest & WithUserName(UserNameT &&value)
void SetAuthenticationType(AuthenticationType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String