7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/ProfileLimitValue.h>
12#include <aws/quicksight/model/ResourceType.h>
46 template <
typename ProfileIdT = Aws::String>
48 m_profileIdHasBeenSet =
true;
49 m_profileId = std::forward<ProfileIdT>(value);
51 template <
typename ProfileIdT = Aws::String>
64 template <
typename ArnT = Aws::String>
66 m_arnHasBeenSet =
true;
67 m_arn = std::forward<ArnT>(value);
69 template <
typename ArnT = Aws::String>
71 SetArn(std::forward<ArnT>(value));
83 template <
typename AccountIdT = Aws::String>
85 m_accountIdHasBeenSet =
true;
86 m_accountId = std::forward<AccountIdT>(value);
88 template <
typename AccountIdT = Aws::String>
101 template <
typename ProfileNameT = Aws::String>
103 m_profileNameHasBeenSet =
true;
104 m_profileName = std::forward<ProfileNameT>(value);
106 template <
typename ProfileNameT = Aws::String>
119 template <
typename DescriptionT = Aws::String>
121 m_descriptionHasBeenSet =
true;
122 m_description = std::forward<DescriptionT>(value);
124 template <
typename DescriptionT = Aws::String>
137 template <
typename ResourceLimitsT = Aws::Map<ResourceType, ProfileLimitValue>>
139 m_resourceLimitsHasBeenSet =
true;
140 m_resourceLimits = std::forward<ResourceLimitsT>(value);
142 template <
typename ResourceLimitsT = Aws::Map<ResourceType, ProfileLimitValue>>
148 m_resourceLimitsHasBeenSet =
true;
149 m_resourceLimits.emplace(key, value);
160 template <
typename CreatedAtT = Aws::Utils::DateTime>
162 m_createdAtHasBeenSet =
true;
163 m_createdAt = std::forward<CreatedAtT>(value);
165 template <
typename CreatedAtT = Aws::Utils::DateTime>
178 template <
typename UpdatedAtT = Aws::Utils::DateTime>
180 m_updatedAtHasBeenSet =
true;
181 m_updatedAt = std::forward<UpdatedAtT>(value);
183 template <
typename UpdatedAtT = Aws::Utils::DateTime>
205 bool m_profileIdHasBeenSet =
false;
206 bool m_arnHasBeenSet =
false;
207 bool m_accountIdHasBeenSet =
false;
208 bool m_profileNameHasBeenSet =
false;
209 bool m_descriptionHasBeenSet =
false;
210 bool m_resourceLimitsHasBeenSet =
false;
211 bool m_createdAtHasBeenSet =
false;
212 bool m_updatedAtHasBeenSet =
false;
AWS_QUICKSIGHT_API LimitsProfile(Aws::Utils::Json::JsonView jsonValue)
bool ProfileNameHasBeenSet() const
bool ProfileIdHasBeenSet() const
LimitsProfile & WithProfileName(ProfileNameT &&value)
const Aws::String & GetAccountId() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
LimitsProfile & WithCreatedAt(CreatedAtT &&value)
LimitsProfile & WithUpdatedAt(UpdatedAtT &&value)
void SetArn(ArnT &&value)
LimitsProfile & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetProfileId() const
LimitsProfile & WithAccountId(AccountIdT &&value)
LimitsProfile & WithProfileId(ProfileIdT &&value)
const Aws::String & GetArn() const
bool ResourceLimitsHasBeenSet() const
bool UpdatedAtHasBeenSet() const
bool ArnHasBeenSet() const
void SetProfileId(ProfileIdT &&value)
void SetResourceLimits(ResourceLimitsT &&value)
const Aws::String & GetProfileName() const
const Aws::Map< ResourceType, ProfileLimitValue > & GetResourceLimits() const
AWS_QUICKSIGHT_API LimitsProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedAt(UpdatedAtT &&value)
bool CreatedAtHasBeenSet() const
bool AccountIdHasBeenSet() const
void SetAccountId(AccountIdT &&value)
LimitsProfile & AddResourceLimits(ResourceType key, ProfileLimitValue value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetDescription() const
void SetProfileName(ProfileNameT &&value)
LimitsProfile & WithResourceLimits(ResourceLimitsT &&value)
AWS_QUICKSIGHT_API LimitsProfile()=default
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
LimitsProfile & WithArn(ArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue