7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AwsAccountIdT = Aws::String>
48 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
49 template<
typename AwsAccountIdT = Aws::String>
59 template<
typename BrandIdT = Aws::String>
60 void SetBrandId(BrandIdT&& value) { m_brandIdHasBeenSet =
true; m_brandId = std::forward<BrandIdT>(value); }
61 template<
typename BrandIdT = Aws::String>
71 template<
typename VersionIdT = Aws::String>
72 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
73 template<
typename VersionIdT = Aws::String>
79 bool m_awsAccountIdHasBeenSet =
false;
82 bool m_brandIdHasBeenSet =
false;
85 bool m_versionIdHasBeenSet =
false;
DescribeBrandRequest & WithBrandId(BrandIdT &&value)
DescribeBrandRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool BrandIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
DescribeBrandRequest & WithVersionId(VersionIdT &&value)
const Aws::String & GetVersionId() const
AWS_QUICKSIGHT_API DescribeBrandRequest()=default
const Aws::String & GetBrandId() const
bool VersionIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
void SetBrandId(BrandIdT &&value)
void SetVersionId(VersionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String