65 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
111 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
190 bool m_stackNameHasBeenSet =
false;
193 bool m_userNameHasBeenSet =
false;
196 bool m_authenticationTypeHasBeenSet =
false;
198 bool m_sendEmailNotification;
199 bool m_sendEmailNotificationHasBeenSet =
false;
#define AWS_APPSTREAM_API
UserStackAssociation & WithUserName(Aws::String &&value)
const AuthenticationType & GetAuthenticationType() const
AWS_APPSTREAM_API UserStackAssociation()
UserStackAssociation & WithStackName(Aws::String &&value)
bool AuthenticationTypeHasBeenSet() const
UserStackAssociation & WithAuthenticationType(const AuthenticationType &value)
void SetStackName(Aws::String &&value)
UserStackAssociation & WithAuthenticationType(AuthenticationType &&value)
bool GetSendEmailNotification() const
UserStackAssociation & WithSendEmailNotification(bool value)
UserStackAssociation & WithUserName(const char *value)
const Aws::String & GetStackName() const
bool StackNameHasBeenSet() const
UserStackAssociation & WithUserName(const Aws::String &value)
AWS_APPSTREAM_API UserStackAssociation(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSTREAM_API UserStackAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAuthenticationType(AuthenticationType &&value)
void SetAuthenticationType(const AuthenticationType &value)
void SetSendEmailNotification(bool value)
void SetUserName(const char *value)
bool UserNameHasBeenSet() const
void SetUserName(Aws::String &&value)
UserStackAssociation & WithStackName(const char *value)
UserStackAssociation & WithStackName(const Aws::String &value)
void SetStackName(const Aws::String &value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
bool SendEmailNotificationHasBeenSet() const
void SetUserName(const Aws::String &value)
const Aws::String & GetUserName() const
void SetStackName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String