7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appstream/model/AuthenticationType.h>
50 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
65 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
90 inline void SetSendEmailNotification(
bool value) { m_sendEmailNotificationHasBeenSet =
true; m_sendEmailNotification = value; }
96 bool m_stackNameHasBeenSet =
false;
99 bool m_userNameHasBeenSet =
false;
102 bool m_authenticationTypeHasBeenSet =
false;
104 bool m_sendEmailNotification;
105 bool m_sendEmailNotificationHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue