7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/BrandStatus.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename BrandIdT = Aws::String>
62 m_brandIdHasBeenSet =
true;
63 m_brandId = std::forward<BrandIdT>(value);
65 template <
typename BrandIdT = Aws::String>
78 template <
typename BrandNameT = Aws::String>
80 m_brandNameHasBeenSet =
true;
81 m_brandName = std::forward<BrandNameT>(value);
83 template <
typename BrandNameT = Aws::String>
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
115 m_brandStatusHasBeenSet =
true;
116 m_brandStatus = value;
130 template <
typename CreatedTimeT = Aws::Utils::DateTime>
132 m_createdTimeHasBeenSet =
true;
133 m_createdTime = std::forward<CreatedTimeT>(value);
135 template <
typename CreatedTimeT = Aws::Utils::DateTime>
148 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
150 m_lastUpdatedTimeHasBeenSet =
true;
151 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
153 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
173 bool m_arnHasBeenSet =
false;
174 bool m_brandIdHasBeenSet =
false;
175 bool m_brandNameHasBeenSet =
false;
176 bool m_descriptionHasBeenSet =
false;
177 bool m_brandStatusHasBeenSet =
false;
178 bool m_createdTimeHasBeenSet =
false;
179 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