7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/AuthenticationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename StackNameT = Aws::String>
44 m_stackNameHasBeenSet =
true;
45 m_stackName = std::forward<StackNameT>(value);
47 template <
typename StackNameT = Aws::String>
61 template <
typename UserNameT = Aws::String>
63 m_userNameHasBeenSet =
true;
64 m_userName = std::forward<UserNameT>(value);
66 template <
typename UserNameT = Aws::String>
80 m_authenticationTypeHasBeenSet =
true;
81 m_authenticationType = value;
97 m_sendEmailNotificationHasBeenSet =
true;
98 m_sendEmailNotification = value;
112 bool m_sendEmailNotification{
false};
113 bool m_stackNameHasBeenSet =
false;
114 bool m_userNameHasBeenSet =
false;
115 bool m_authenticationTypeHasBeenSet =
false;
116 bool m_sendEmailNotificationHasBeenSet =
false;
bool AuthenticationTypeHasBeenSet() const
bool GetSendEmailNotification() const
void SetStackName(StackNameT &&value)
UserStackAssociation & WithSendEmailNotification(bool value)
const Aws::String & GetStackName() const
void SetAuthenticationType(AuthenticationType value)
bool StackNameHasBeenSet() const
AWS_APPSTREAM_API UserStackAssociation(Aws::Utils::Json::JsonView jsonValue)
UserStackAssociation & WithAuthenticationType(AuthenticationType value)
AuthenticationType GetAuthenticationType() const
AWS_APPSTREAM_API UserStackAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSendEmailNotification(bool value)
AWS_APPSTREAM_API UserStackAssociation()=default
UserStackAssociation & WithUserName(UserNameT &&value)
bool UserNameHasBeenSet() const
UserStackAssociation & WithStackName(StackNameT &&value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
bool SendEmailNotificationHasBeenSet() const
const Aws::String & GetUserName() const
void SetUserName(UserNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue