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>
55 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
69 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
83 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
171 bool m_awsAccountIdHasBeenSet =
false;
174 bool m_accountIdHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
180 bool m_accountTypeHasBeenSet =
false;
183 bool m_createdTimestampHasBeenSet =
false;
186 bool m_defaultLicenseHasBeenSet =
false;
189 bool m_supportedLicensesHasBeenSet =
false;
192 bool m_accountStatusHasBeenSet =
false;
195 bool m_signinDelegateGroupsHasBeenSet =
false;
Account & WithAccountStatus(const AccountStatus &value)
Account & WithAwsAccountId(const char *value)
Account & WithDefaultLicense(const License &value)
Account & WithDefaultLicense(License &&value)
Account & WithSigninDelegateGroups(const Aws::Vector< SigninDelegateGroup > &value)
void SetAccountId(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
const Aws::String & GetName() const
bool DefaultLicenseHasBeenSet() const
void SetAwsAccountId(Aws::String &&value)
Account & WithAwsAccountId(Aws::String &&value)
void SetCreatedTimestamp(Aws::Utils::DateTime &&value)
bool SupportedLicensesHasBeenSet() const
bool NameHasBeenSet() const
void SetDefaultLicense(License &&value)
Account & AddSigninDelegateGroups(const SigninDelegateGroup &value)
Account & WithSigninDelegateGroups(Aws::Vector< SigninDelegateGroup > &&value)
void SetAccountType(AccountType &&value)
void SetName(const char *value)
void SetSigninDelegateGroups(const Aws::Vector< SigninDelegateGroup > &value)
const AccountStatus & GetAccountStatus() const
const License & GetDefaultLicense() const
Account & WithName(const Aws::String &value)
AWS_CHIME_API Account(Aws::Utils::Json::JsonView jsonValue)
AWS_CHIME_API Account & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(const char *value)
Account & AddSigninDelegateGroups(SigninDelegateGroup &&value)
Account & WithName(const char *value)
Account & WithCreatedTimestamp(Aws::Utils::DateTime &&value)
Account & WithAccountId(const Aws::String &value)
Account & WithAccountId(const char *value)
bool AccountTypeHasBeenSet() const
void SetSupportedLicenses(const Aws::Vector< License > &value)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
Account & WithAccountStatus(AccountStatus &&value)
Account & WithAccountId(Aws::String &&value)
Account & AddSupportedLicenses(License &&value)
bool AccountIdHasBeenSet() const
void SetCreatedTimestamp(const Aws::Utils::DateTime &value)
void SetAwsAccountId(const Aws::String &value)
void SetAccountId(const Aws::String &value)
Account & WithCreatedTimestamp(const Aws::Utils::DateTime &value)
const AccountType & GetAccountType() const
void SetName(Aws::String &&value)
Account & WithSupportedLicenses(Aws::Vector< License > &&value)
bool AccountStatusHasBeenSet() const
void SetSigninDelegateGroups(Aws::Vector< SigninDelegateGroup > &&value)
Account & AddSupportedLicenses(const License &value)
void SetAwsAccountId(const char *value)
void SetAccountType(const AccountType &value)
Account & WithAccountType(AccountType &&value)
Account & WithAwsAccountId(const Aws::String &value)
const Aws::String & GetAccountId() const
void SetSupportedLicenses(Aws::Vector< License > &&value)
void SetAccountStatus(AccountStatus &&value)
Account & WithSupportedLicenses(const Aws::Vector< License > &value)
bool CreatedTimestampHasBeenSet() const
void SetDefaultLicense(const License &value)
const Aws::String & GetAwsAccountId() const
bool SigninDelegateGroupsHasBeenSet() const
void SetAccountStatus(const AccountStatus &value)
bool AwsAccountIdHasBeenSet() const
void SetName(const Aws::String &value)
const Aws::Vector< SigninDelegateGroup > & GetSigninDelegateGroups() const
Account & WithAccountType(const AccountType &value)
Account & WithName(Aws::String &&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