7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/BrandDefinition.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename BrandIdT = Aws::String>
58 m_brandIdHasBeenSet =
true;
59 m_brandId = std::forward<BrandIdT>(value);
61 template <
typename BrandIdT = Aws::String>
74 template <
typename BrandDefinitionT = BrandDefinition>
76 m_brandDefinitionHasBeenSet =
true;
77 m_brandDefinition = std::forward<BrandDefinitionT>(value);
79 template <
typename BrandDefinitionT = BrandDefinition>
91 bool m_awsAccountIdHasBeenSet =
false;
92 bool m_brandIdHasBeenSet =
false;
93 bool m_brandDefinitionHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetBrandId(BrandIdT &&value)
bool BrandDefinitionHasBeenSet() const
const Aws::String & GetBrandId() const
UpdateBrandRequest & WithAwsAccountId(AwsAccountIdT &&value)
const BrandDefinition & GetBrandDefinition() const
UpdateBrandRequest & WithBrandDefinition(BrandDefinitionT &&value)
AWS_QUICKSIGHT_API UpdateBrandRequest()=default
const Aws::String & GetAwsAccountId() const
UpdateBrandRequest & WithBrandId(BrandIdT &&value)
bool AwsAccountIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetBrandDefinition(BrandDefinitionT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool BrandIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String