7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/AuthenticationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/crt/cbor/Cbor.h>
34 AWS_APPSTREAM_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
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;
AWS_APPSTREAM_API UserStackAssociation(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
bool AuthenticationTypeHasBeenSet() const
bool GetSendEmailNotification() const
void SetStackName(StackNameT &&value)
UserStackAssociation & WithSendEmailNotification(bool value)
const Aws::String & GetStackName() const
void SetAuthenticationType(AuthenticationType value)
AWS_APPSTREAM_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
bool StackNameHasBeenSet() const
UserStackAssociation & WithAuthenticationType(AuthenticationType value)
AuthenticationType GetAuthenticationType() const
void SetSendEmailNotification(bool value)
AWS_APPSTREAM_API UserStackAssociation()=default
AWS_APPSTREAM_API UserStackAssociation & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
UserStackAssociation & WithUserName(UserNameT &&value)
bool UserNameHasBeenSet() const
UserStackAssociation & WithStackName(StackNameT &&value)
bool SendEmailNotificationHasBeenSet() const
const Aws::String & GetUserName() const
void SetUserName(UserNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String