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>
11#include <aws/quicksight/model/BrandVersionStatus.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/quicksight/model/Logo.h>
51 template<
typename BrandIdT = Aws::String>
52 void SetBrandId(BrandIdT&& value) { m_brandIdHasBeenSet =
true; m_brandId = std::forward<BrandIdT>(value); }
53 template<
typename BrandIdT = Aws::String>
63 template<
typename ArnT = Aws::String>
64 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
65 template<
typename ArnT = Aws::String>
85 template<
typename CreatedTimeT = Aws::Utils::DateTime>
86 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
87 template<
typename CreatedTimeT = Aws::Utils::DateTime>
97 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
98 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
99 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
109 template<
typename VersionIdT = Aws::String>
110 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
111 template<
typename VersionIdT = Aws::String>
131 template<
typename ErrorsT = Aws::Vector<Aws::String>>
132 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
133 template<
typename ErrorsT = Aws::Vector<Aws::String>>
135 template<
typename ErrorsT = Aws::String>
136 BrandDetail&
AddErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors.emplace_back(std::forward<ErrorsT>(value));
return *
this; }
145 template<
typename LogoT = Logo>
146 void SetLogo(LogoT&& value) { m_logoHasBeenSet =
true; m_logo = std::forward<LogoT>(value); }
147 template<
typename LogoT = Logo>
153 bool m_brandIdHasBeenSet =
false;
156 bool m_arnHasBeenSet =
false;
159 bool m_brandStatusHasBeenSet =
false;
162 bool m_createdTimeHasBeenSet =
false;
165 bool m_lastUpdatedTimeHasBeenSet =
false;
168 bool m_versionIdHasBeenSet =
false;
171 bool m_versionStatusHasBeenSet =
false;
174 bool m_errorsHasBeenSet =
false;
177 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