7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/chime/model/AccountType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/chime/model/License.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/chime/model/AccountStatus.h>
14#include <aws/chime/model/SigninDelegateGroup.h>
53 template<
typename AwsAccountIdT = Aws::String>
54 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
55 template<
typename AwsAccountIdT = Aws::String>
65 template<
typename AccountIdT = Aws::String>
66 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
67 template<
typename AccountIdT = Aws::String>
77 template<
typename NameT = Aws::String>
78 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
79 template<
typename NameT = Aws::String>
103 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
104 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
105 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
125 template<
typename SupportedLicensesT = Aws::Vector<License>>
126 void SetSupportedLicenses(SupportedLicensesT&& value) { m_supportedLicensesHasBeenSet =
true; m_supportedLicenses = std::forward<SupportedLicensesT>(value); }
127 template<
typename SupportedLicensesT = Aws::Vector<License>>
148 template<
typename SigninDelegateGroupsT = Aws::Vector<SigninDelegateGroup>>
149 void SetSigninDelegateGroups(SigninDelegateGroupsT&& value) { m_signinDelegateGroupsHasBeenSet =
true; m_signinDelegateGroups = std::forward<SigninDelegateGroupsT>(value); }
150 template<
typename SigninDelegateGroupsT = Aws::Vector<SigninDelegateGroup>>
152 template<
typename SigninDelegateGroupsT = SigninDelegateGroup>
153 Account&
AddSigninDelegateGroups(SigninDelegateGroupsT&& value) { m_signinDelegateGroupsHasBeenSet =
true; m_signinDelegateGroups.emplace_back(std::forward<SigninDelegateGroupsT>(value));
return *
this; }
158 bool m_awsAccountIdHasBeenSet =
false;
161 bool m_accountIdHasBeenSet =
false;
164 bool m_nameHasBeenSet =
false;
167 bool m_accountTypeHasBeenSet =
false;
170 bool m_createdTimestampHasBeenSet =
false;
173 bool m_defaultLicenseHasBeenSet =
false;
176 bool m_supportedLicensesHasBeenSet =
false;
179 bool m_accountStatusHasBeenSet =
false;
182 bool m_signinDelegateGroupsHasBeenSet =
false;
AWS_CHIME_API Account()=default
void SetSupportedLicenses(SupportedLicensesT &&value)
void SetAccountStatus(AccountStatus value)
Account & WithAccountType(AccountType value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
Account & WithAccountStatus(AccountStatus value)
const Aws::String & GetName() const
bool DefaultLicenseHasBeenSet() const
Account & WithSupportedLicenses(SupportedLicensesT &&value)
bool SupportedLicensesHasBeenSet() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
void SetSigninDelegateGroups(SigninDelegateGroupsT &&value)
Account & AddSigninDelegateGroups(SigninDelegateGroupsT &&value)
AWS_CHIME_API Account(Aws::Utils::Json::JsonView jsonValue)
AWS_CHIME_API Account & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AccountTypeHasBeenSet() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
bool AccountIdHasBeenSet() const
void SetDefaultLicense(License value)
AccountType GetAccountType() const
bool AccountStatusHasBeenSet() const
Account & AddSupportedLicenses(License value)
Account & WithAwsAccountId(AwsAccountIdT &&value)
Account & WithDefaultLicense(License value)
const Aws::String & GetAccountId() const
Account & WithName(NameT &&value)
AccountStatus GetAccountStatus() const
Account & WithCreatedTimestamp(CreatedTimestampT &&value)
License GetDefaultLicense() const
void SetAccountId(AccountIdT &&value)
bool CreatedTimestampHasBeenSet() const
const Aws::String & GetAwsAccountId() const
bool SigninDelegateGroupsHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
const Aws::Vector< SigninDelegateGroup > & GetSigninDelegateGroups() const
void SetAccountType(AccountType value)
void SetAwsAccountId(AwsAccountIdT &&value)
Account & WithAccountId(AccountIdT &&value)
Account & WithSigninDelegateGroups(SigninDelegateGroupsT &&value)
const Aws::Vector< License > & GetSupportedLicenses() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue