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 AwsAccountIdT = Aws::String>
39 m_awsAccountIdHasBeenSet =
true;
40 m_awsAccountId = std::forward<AwsAccountIdT>(value);
42 template <
typename AwsAccountIdT = Aws::String>
55 template <
typename BrandIdT = Aws::String>
57 m_brandIdHasBeenSet =
true;
58 m_brandId = std::forward<BrandIdT>(value);
60 template <
typename BrandIdT = Aws::String>
70 bool m_awsAccountIdHasBeenSet =
false;
71 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