7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/Edition.h>
50 template <
typename AccountNameT = Aws::String>
52 m_accountNameHasBeenSet =
true;
53 m_accountName = std::forward<AccountNameT>(value);
55 template <
typename AccountNameT = Aws::String>
69 m_editionHasBeenSet =
true;
85 template <
typename NotificationEmailT = Aws::String>
87 m_notificationEmailHasBeenSet =
true;
88 m_notificationEmail = std::forward<NotificationEmailT>(value);
90 template <
typename NotificationEmailT = Aws::String>
103 template <
typename AuthenticationTypeT = Aws::String>
105 m_authenticationTypeHasBeenSet =
true;
106 m_authenticationType = std::forward<AuthenticationTypeT>(value);
108 template <
typename AuthenticationTypeT = Aws::String>
121 template <
typename AccountSubscriptionStatusT = Aws::String>
123 m_accountSubscriptionStatusHasBeenSet =
true;
124 m_accountSubscriptionStatus = std::forward<AccountSubscriptionStatusT>(value);
126 template <
typename AccountSubscriptionStatusT = Aws::String>
139 template <
typename IAMIdentityCenterInstanceArnT = Aws::String>
141 m_iAMIdentityCenterInstanceArnHasBeenSet =
true;
142 m_iAMIdentityCenterInstanceArn = std::forward<IAMIdentityCenterInstanceArnT>(value);
144 template <
typename IAMIdentityCenterInstanceArnT = Aws::String>
162 bool m_accountNameHasBeenSet =
false;
163 bool m_editionHasBeenSet =
false;
164 bool m_notificationEmailHasBeenSet =
false;
165 bool m_authenticationTypeHasBeenSet =
false;
166 bool m_accountSubscriptionStatusHasBeenSet =
false;
167 bool m_iAMIdentityCenterInstanceArnHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AccountInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIAMIdentityCenterInstanceArn() const
Edition GetEdition() const
bool IAMIdentityCenterInstanceArnHasBeenSet() const
bool AuthenticationTypeHasBeenSet() const
AWS_QUICKSIGHT_API AccountInfo(Aws::Utils::Json::JsonView jsonValue)
void SetIAMIdentityCenterInstanceArn(IAMIdentityCenterInstanceArnT &&value)
void SetNotificationEmail(NotificationEmailT &&value)
AccountInfo & WithAccountName(AccountNameT &&value)
void SetAuthenticationType(AuthenticationTypeT &&value)
void SetEdition(Edition value)
bool AccountSubscriptionStatusHasBeenSet() const
AccountInfo & WithEdition(Edition value)
AWS_QUICKSIGHT_API AccountInfo()=default
void SetAccountName(AccountNameT &&value)
AccountInfo & WithAccountSubscriptionStatus(AccountSubscriptionStatusT &&value)
bool NotificationEmailHasBeenSet() const
AccountInfo & WithNotificationEmail(NotificationEmailT &&value)
const Aws::String & GetAuthenticationType() const
const Aws::String & GetNotificationEmail() const
AccountInfo & WithAuthenticationType(AuthenticationTypeT &&value)
bool AccountNameHasBeenSet() const
const Aws::String & GetAccountName() const
const Aws::String & GetAccountSubscriptionStatus() const
bool EditionHasBeenSet() const
AccountInfo & WithIAMIdentityCenterInstanceArn(IAMIdentityCenterInstanceArnT &&value)
void SetAccountSubscriptionStatus(AccountSubscriptionStatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue