7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AwsAccountIdT = Aws::String>
42 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
43 template<
typename AwsAccountIdT = Aws::String>
53 template<
typename BrandIdT = Aws::String>
54 void SetBrandId(BrandIdT&& value) { m_brandIdHasBeenSet =
true; m_brandId = std::forward<BrandIdT>(value); }
55 template<
typename BrandIdT = Aws::String>
61 bool m_awsAccountIdHasBeenSet =
false;
64 bool m_brandIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
DeleteBrandRequest & WithAwsAccountId(AwsAccountIdT &&value)
DeleteBrandRequest & WithBrandId(BrandIdT &&value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetBrandId() const
void SetBrandId(BrandIdT &&value)
AWS_QUICKSIGHT_API DeleteBrandRequest()=default
bool BrandIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String