7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename ProfileIdT = Aws::String>
39 m_profileIdHasBeenSet =
true;
40 m_profileId = std::forward<ProfileIdT>(value);
42 template <
typename ProfileIdT = Aws::String>
56 template <
typename AccountIdT = Aws::String>
58 m_accountIdHasBeenSet =
true;
59 m_accountId = std::forward<AccountIdT>(value);
61 template <
typename AccountIdT = Aws::String>
71 bool m_profileIdHasBeenSet =
false;
72 bool m_accountIdHasBeenSet =
false;
DescribeLimitsProfileRequest & WithProfileId(ProfileIdT &&value)
bool AccountIdHasBeenSet() const
const Aws::String & GetProfileId() const
virtual const char * GetServiceRequestName() const override
void SetProfileId(ProfileIdT &&value)
AWS_QUICKSIGHT_API DescribeLimitsProfileRequest()=default
bool ProfileIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetAccountId() const
DescribeLimitsProfileRequest & WithAccountId(AccountIdT &&value)
void SetAccountId(AccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String