7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/BrandStatus.h>
12#include <aws/quicksight/model/BrandVersionStatus.h>
13#include <aws/quicksight/model/Logo.h>
45 template <
typename BrandIdT = Aws::String>
47 m_brandIdHasBeenSet =
true;
48 m_brandId = std::forward<BrandIdT>(value);
50 template <
typename BrandIdT = Aws::String>
63 template <
typename ArnT = Aws::String>
65 m_arnHasBeenSet =
true;
66 m_arn = std::forward<ArnT>(value);
68 template <
typename ArnT = Aws::String>
70 SetArn(std::forward<ArnT>(value));
82 m_brandStatusHasBeenSet =
true;
83 m_brandStatus = value;
97 template <
typename CreatedTimeT = Aws::Utils::DateTime>
99 m_createdTimeHasBeenSet =
true;
100 m_createdTime = std::forward<CreatedTimeT>(value);
102 template <
typename CreatedTimeT = Aws::Utils::DateTime>
115 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
117 m_lastUpdatedTimeHasBeenSet =
true;
118 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
120 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
133 template <
typename VersionIdT = Aws::String>
135 m_versionIdHasBeenSet =
true;
136 m_versionId = std::forward<VersionIdT>(value);
138 template <
typename VersionIdT = Aws::String>
152 m_versionStatusHasBeenSet =
true;
153 m_versionStatus = value;
167 template <
typename ErrorsT = Aws::Vector<Aws::String>>
169 m_errorsHasBeenSet =
true;
170 m_errors = std::forward<ErrorsT>(value);
172 template <
typename ErrorsT = Aws::Vector<Aws::String>>
177 template <
typename ErrorsT = Aws::String>
179 m_errorsHasBeenSet =
true;
180 m_errors.emplace_back(std::forward<ErrorsT>(value));
191 template <
typename LogoT = Logo>
193 m_logoHasBeenSet =
true;
194 m_logo = std::forward<LogoT>(value);
196 template <
typename LogoT = Logo>
198 SetLogo(std::forward<LogoT>(value));
220 bool m_brandIdHasBeenSet =
false;
221 bool m_arnHasBeenSet =
false;
222 bool m_brandStatusHasBeenSet =
false;
223 bool m_createdTimeHasBeenSet =
false;
224 bool m_lastUpdatedTimeHasBeenSet =
false;
225 bool m_versionIdHasBeenSet =
false;
226 bool m_versionStatusHasBeenSet =
false;
227 bool m_errorsHasBeenSet =
false;
228 bool m_logoHasBeenSet =
false;
BrandDetail & WithCreatedTime(CreatedTimeT &&value)
bool LastUpdatedTimeHasBeenSet() const
BrandDetail & WithVersionId(VersionIdT &&value)
const Logo & GetLogo() const
const Aws::String & GetArn() const
BrandDetail & WithBrandStatus(BrandStatus value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
bool LogoHasBeenSet() const
BrandStatus GetBrandStatus() const
BrandDetail & WithBrandId(BrandIdT &&value)
BrandVersionStatus GetVersionStatus() const
const Aws::String & GetVersionId() const
void SetErrors(ErrorsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVersionStatus(BrandVersionStatus value)
void SetBrandStatus(BrandStatus value)
bool VersionStatusHasBeenSet() const
BrandDetail & WithLogo(LogoT &&value)
AWS_QUICKSIGHT_API BrandDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API BrandDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
void SetArn(ArnT &&value)
bool CreatedTimeHasBeenSet() const
BrandDetail & WithLastUpdatedTime(LastUpdatedTimeT &&value)
void SetLogo(LogoT &&value)
bool VersionIdHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
void SetVersionId(VersionIdT &&value)
bool BrandStatusHasBeenSet() const
bool BrandIdHasBeenSet() const
AWS_QUICKSIGHT_API BrandDetail()=default
BrandDetail & AddErrors(ErrorsT &&value)
bool ErrorsHasBeenSet() const
BrandDetail & WithErrors(ErrorsT &&value)
const Aws::Vector< Aws::String > & GetErrors() const
const Aws::Utils::DateTime & GetCreatedTime() const
const Aws::String & GetBrandId() const
BrandDetail & WithVersionStatus(BrandVersionStatus value)
void SetBrandId(BrandIdT &&value)
BrandDetail & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue