7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/Edition.h>
56 template<
typename AccountNameT = Aws::String>
57 void SetAccountName(AccountNameT&& value) { m_accountNameHasBeenSet =
true; m_accountName = std::forward<AccountNameT>(value); }
58 template<
typename AccountNameT = Aws::String>
80 template<
typename NotificationEmailT = Aws::String>
81 void SetNotificationEmail(NotificationEmailT&& value) { m_notificationEmailHasBeenSet =
true; m_notificationEmail = std::forward<NotificationEmailT>(value); }
82 template<
typename NotificationEmailT = Aws::String>
92 template<
typename AuthenticationTypeT = Aws::String>
93 void SetAuthenticationType(AuthenticationTypeT&& value) { m_authenticationTypeHasBeenSet =
true; m_authenticationType = std::forward<AuthenticationTypeT>(value); }
94 template<
typename AuthenticationTypeT = Aws::String>
104 template<
typename AccountSubscriptionStatusT = Aws::String>
105 void SetAccountSubscriptionStatus(AccountSubscriptionStatusT&& value) { m_accountSubscriptionStatusHasBeenSet =
true; m_accountSubscriptionStatus = std::forward<AccountSubscriptionStatusT>(value); }
106 template<
typename AccountSubscriptionStatusT = Aws::String>
116 template<
typename IAMIdentityCenterInstanceArnT = Aws::String>
117 void SetIAMIdentityCenterInstanceArn(IAMIdentityCenterInstanceArnT&& value) { m_iAMIdentityCenterInstanceArnHasBeenSet =
true; m_iAMIdentityCenterInstanceArn = std::forward<IAMIdentityCenterInstanceArnT>(value); }
118 template<
typename IAMIdentityCenterInstanceArnT = Aws::String>
124 bool m_accountNameHasBeenSet =
false;
127 bool m_editionHasBeenSet =
false;
130 bool m_notificationEmailHasBeenSet =
false;
133 bool m_authenticationTypeHasBeenSet =
false;
136 bool m_accountSubscriptionStatusHasBeenSet =
false;
139 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