7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/BrandDefinition.h>
12#include <aws/quicksight/model/Tag.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
58 template <
typename BrandIdT = Aws::String>
60 m_brandIdHasBeenSet =
true;
61 m_brandId = std::forward<BrandIdT>(value);
63 template <
typename BrandIdT = Aws::String>
76 template <
typename BrandDefinitionT = BrandDefinition>
78 m_brandDefinitionHasBeenSet =
true;
79 m_brandDefinition = std::forward<BrandDefinitionT>(value);
81 template <
typename BrandDefinitionT = BrandDefinition>
94 template <
typename TagsT = Aws::Vector<Tag>>
96 m_tagsHasBeenSet =
true;
97 m_tags = std::forward<TagsT>(value);
99 template <
typename TagsT = Aws::Vector<Tag>>
101 SetTags(std::forward<TagsT>(value));
104 template <
typename TagsT = Tag>
106 m_tagsHasBeenSet =
true;
107 m_tags.emplace_back(std::forward<TagsT>(value));
119 bool m_awsAccountIdHasBeenSet =
false;
120 bool m_brandIdHasBeenSet =
false;
121 bool m_brandDefinitionHasBeenSet =
false;
122 bool m_tagsHasBeenSet =
false;
AWS_QUICKSIGHT_API CreateBrandRequest()=default
void SetBrandId(BrandIdT &&value)
CreateBrandRequest & WithBrandId(BrandIdT &&value)
bool AwsAccountIdHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateBrandRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
void SetBrandDefinition(BrandDefinitionT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetBrandId() const
CreateBrandRequest & AddTags(TagsT &&value)
CreateBrandRequest & WithTags(TagsT &&value)
bool BrandIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool BrandDefinitionHasBeenSet() const
CreateBrandRequest & WithBrandDefinition(BrandDefinitionT &&value)
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
const BrandDefinition & GetBrandDefinition() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector