7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/AccountStatus.h>
9#include <aws/chime/model/AccountType.h>
10#include <aws/chime/model/License.h>
11#include <aws/chime/model/SigninDelegateGroup.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename AwsAccountIdT = Aws::String>
49 m_awsAccountIdHasBeenSet =
true;
50 m_awsAccountId = std::forward<AwsAccountIdT>(value);
52 template <
typename AwsAccountIdT = Aws::String>
65 template <
typename AccountIdT = Aws::String>
67 m_accountIdHasBeenSet =
true;
68 m_accountId = std::forward<AccountIdT>(value);
70 template <
typename AccountIdT = Aws::String>
83 template <
typename NameT = Aws::String>
85 m_nameHasBeenSet =
true;
86 m_name = std::forward<NameT>(value);
88 template <
typename NameT = Aws::String>
90 SetName(std::forward<NameT>(value));
106 m_accountTypeHasBeenSet =
true;
107 m_accountType = value;
121 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
123 m_createdTimestampHasBeenSet =
true;
124 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
126 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
140 m_defaultLicenseHasBeenSet =
true;
141 m_defaultLicense = value;
155 template <
typename SupportedLicensesT = Aws::Vector<License>>
157 m_supportedLicensesHasBeenSet =
true;
158 m_supportedLicenses = std::forward<SupportedLicensesT>(value);
160 template <
typename SupportedLicensesT = Aws::Vector<License>>
166 m_supportedLicensesHasBeenSet =
true;
167 m_supportedLicenses.push_back(value);
179 m_accountStatusHasBeenSet =
true;
180 m_accountStatus = value;
194 template <
typename SigninDelegateGroupsT = Aws::Vector<SigninDelegateGroup>>
196 m_signinDelegateGroupsHasBeenSet =
true;
197 m_signinDelegateGroups = std::forward<SigninDelegateGroupsT>(value);
199 template <
typename SigninDelegateGroupsT = Aws::Vector<SigninDelegateGroup>>
204 template <
typename SigninDelegateGroupsT = SigninDelegateGroup>
206 m_signinDelegateGroupsHasBeenSet =
true;
207 m_signinDelegateGroups.emplace_back(std::forward<SigninDelegateGroupsT>(value));
229 bool m_awsAccountIdHasBeenSet =
false;
230 bool m_accountIdHasBeenSet =
false;
231 bool m_nameHasBeenSet =
false;
232 bool m_accountTypeHasBeenSet =
false;
233 bool m_createdTimestampHasBeenSet =
false;
234 bool m_defaultLicenseHasBeenSet =
false;
235 bool m_supportedLicensesHasBeenSet =
false;
236 bool m_accountStatusHasBeenSet =
false;
237 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