7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/ProfileLimitValue.h>
12#include <aws/quicksight/model/ResourceType.h>
40 template <
typename ProfileIdT = Aws::String>
42 m_profileIdHasBeenSet =
true;
43 m_profileId = std::forward<ProfileIdT>(value);
45 template <
typename ProfileIdT = Aws::String>
59 template <
typename AccountIdT = Aws::String>
61 m_accountIdHasBeenSet =
true;
62 m_accountId = std::forward<AccountIdT>(value);
64 template <
typename AccountIdT = Aws::String>
77 template <
typename ProfileNameT = Aws::String>
79 m_profileNameHasBeenSet =
true;
80 m_profileName = std::forward<ProfileNameT>(value);
82 template <
typename ProfileNameT = Aws::String>
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
113 template <
typename ResourceLimitsT = Aws::Map<ResourceType, ProfileLimitValue>>
115 m_resourceLimitsHasBeenSet =
true;
116 m_resourceLimits = std::forward<ResourceLimitsT>(value);
118 template <
typename ResourceLimitsT = Aws::Map<ResourceType, ProfileLimitValue>>
124 m_resourceLimitsHasBeenSet =
true;
125 m_resourceLimits.emplace(key, value);
139 bool m_profileIdHasBeenSet =
false;
140 bool m_accountIdHasBeenSet =
false;
141 bool m_profileNameHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
143 bool m_resourceLimitsHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
void SetAccountId(AccountIdT &&value)
bool ResourceLimitsHasBeenSet() const
const Aws::String & GetProfileName() const
UpdateLimitsProfileRequest & AddResourceLimits(ResourceType key, ProfileLimitValue value)
const Aws::String & GetProfileId() const
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API UpdateLimitsProfileRequest()=default
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateLimitsProfileRequest & WithDescription(DescriptionT &&value)
UpdateLimitsProfileRequest & WithAccountId(AccountIdT &&value)
const Aws::Map< ResourceType, ProfileLimitValue > & GetResourceLimits() const
void SetProfileId(ProfileIdT &&value)
UpdateLimitsProfileRequest & WithResourceLimits(ResourceLimitsT &&value)
void SetResourceLimits(ResourceLimitsT &&value)
const Aws::String & GetAccountId() const
UpdateLimitsProfileRequest & WithProfileName(ProfileNameT &&value)
bool ProfileIdHasBeenSet() const
void SetProfileName(ProfileNameT &&value)
bool AccountIdHasBeenSet() const
bool ProfileNameHasBeenSet() const
bool DescriptionHasBeenSet() const
UpdateLimitsProfileRequest & WithProfileId(ProfileIdT &&value)
const Aws::String & GetDescription() const
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