7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/BrandStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename BrandIdT = Aws::String>
61 void SetBrandId(BrandIdT&& value) { m_brandIdHasBeenSet =
true; m_brandId = std::forward<BrandIdT>(value); }
62 template<
typename BrandIdT = Aws::String>
72 template<
typename BrandNameT = Aws::String>
73 void SetBrandName(BrandNameT&& value) { m_brandNameHasBeenSet =
true; m_brandName = std::forward<BrandNameT>(value); }
74 template<
typename BrandNameT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
106 template<
typename CreatedTimeT = Aws::Utils::DateTime>
107 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
108 template<
typename CreatedTimeT = Aws::Utils::DateTime>
118 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
119 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
120 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
126 bool m_arnHasBeenSet =
false;
129 bool m_brandIdHasBeenSet =
false;
132 bool m_brandNameHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
138 bool m_brandStatusHasBeenSet =
false;
141 bool m_createdTimeHasBeenSet =
false;
144 bool m_lastUpdatedTimeHasBeenSet =
false;
bool BrandIdHasBeenSet() const
void SetBrandStatus(BrandStatus value)
const Aws::String & GetBrandName() const
void SetCreatedTime(CreatedTimeT &&value)
bool LastUpdatedTimeHasBeenSet() const
const Aws::String & GetBrandId() const
BrandSummary & WithBrandName(BrandNameT &&value)
AWS_QUICKSIGHT_API BrandSummary()=default
const Aws::Utils::DateTime & GetLastUpdatedTime() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
BrandSummary & WithCreatedTime(CreatedTimeT &&value)
BrandSummary & WithDescription(DescriptionT &&value)
BrandSummary & WithBrandStatus(BrandStatus value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
bool CreatedTimeHasBeenSet() const
BrandSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
BrandSummary & WithBrandId(BrandIdT &&value)
const Aws::String & GetDescription() const
bool BrandStatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
bool ArnHasBeenSet() const
BrandStatus GetBrandStatus() const
void SetBrandId(BrandIdT &&value)
BrandSummary & WithArn(ArnT &&value)
bool DescriptionHasBeenSet() const
void SetArn(ArnT &&value)
void SetBrandName(BrandNameT &&value)
void SetDescription(DescriptionT &&value)
AWS_QUICKSIGHT_API BrandSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API BrandSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BrandNameHasBeenSet() const
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue