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>
47 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
67 bool m_userNameHasBeenSet =
false;
70 bool m_authenticationTypeHasBeenSet =
false;
bool UserNameHasBeenSet() const
DisableUserRequest & WithUserName(Aws::String &&value)
DisableUserRequest & WithUserName(const char *value)
void SetAuthenticationType(AuthenticationType &&value)
void SetUserName(Aws::String &&value)
AWS_APPSTREAM_API DisableUserRequest()
bool AuthenticationTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const AuthenticationType & GetAuthenticationType() const
DisableUserRequest & WithAuthenticationType(const AuthenticationType &value)
DisableUserRequest & WithAuthenticationType(AuthenticationType &&value)
void SetUserName(const char *value)
DisableUserRequest & WithUserName(const Aws::String &value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_APPSTREAM_API Aws::String SerializePayload() const override
void SetUserName(const Aws::String &value)
void SetAuthenticationType(const AuthenticationType &value)
const Aws::String & GetUserName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String