7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appstream/model/AuthenticationType.h>
48 template<
typename StackNameT = Aws::String>
49 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
50 template<
typename StackNameT = Aws::String>
61 template<
typename UserNameT = Aws::String>
62 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
63 template<
typename UserNameT = Aws::String>
84 inline void SetSendEmailNotification(
bool value) { m_sendEmailNotificationHasBeenSet =
true; m_sendEmailNotification = value; }
90 bool m_stackNameHasBeenSet =
false;
93 bool m_userNameHasBeenSet =
false;
96 bool m_authenticationTypeHasBeenSet =
false;
98 bool m_sendEmailNotification{
false};
99 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