66 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
120 bool m_userNameHasBeenSet =
false;
123 bool m_authenticationTypeHasBeenSet =
false;
#define AWS_APPSTREAM_API
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