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>
41 template <
typename AccountIdT = Aws::String>
43 m_accountIdHasBeenSet =
true;
44 m_accountId = std::forward<AccountIdT>(value);
46 template <
typename AccountIdT = Aws::String>
59 template <
typename ProfileNameT = Aws::String>
61 m_profileNameHasBeenSet =
true;
62 m_profileName = std::forward<ProfileNameT>(value);
64 template <
typename ProfileNameT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename ResourceLimitsT = Aws::Map<ResourceType, ProfileLimitValue>>
97 m_resourceLimitsHasBeenSet =
true;
98 m_resourceLimits = std::forward<ResourceLimitsT>(value);
100 template <
typename ResourceLimitsT = Aws::Map<ResourceType, ProfileLimitValue>>
106 m_resourceLimitsHasBeenSet =
true;
107 m_resourceLimits.emplace(key, value);
120 template <
typename ClientTokenT = Aws::String>
122 m_clientTokenHasBeenSet =
true;
123 m_clientToken = std::forward<ClientTokenT>(value);
125 template <
typename ClientTokenT = Aws::String>
141 bool m_accountIdHasBeenSet =
false;
142 bool m_profileNameHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
144 bool m_resourceLimitsHasBeenSet =
false;
145 bool m_clientTokenHasBeenSet =
false;
CreateLimitsProfileRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetAccountId(AccountIdT &&value)
void SetProfileName(ProfileNameT &&value)
const Aws::String & GetProfileName() const
void SetResourceLimits(ResourceLimitsT &&value)
const Aws::Map< ResourceType, ProfileLimitValue > & GetResourceLimits() const
const Aws::String & GetAccountId() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
CreateLimitsProfileRequest & WithClientToken(ClientTokenT &&value)
CreateLimitsProfileRequest & AddResourceLimits(ResourceType key, ProfileLimitValue value)
AWS_QUICKSIGHT_API CreateLimitsProfileRequest()=default
bool ResourceLimitsHasBeenSet() const
const Aws::String & GetDescription() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
CreateLimitsProfileRequest & WithProfileName(ProfileNameT &&value)
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
bool ProfileNameHasBeenSet() const
CreateLimitsProfileRequest & WithAccountId(AccountIdT &&value)
CreateLimitsProfileRequest & WithResourceLimits(ResourceLimitsT &&value)
void SetDescription(DescriptionT &&value)
bool AccountIdHasBeenSet() 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