7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
10#include <aws/wellarchitected/model/LensStatus.h>
11#include <aws/wellarchitected/model/LensType.h>
22namespace WellArchitected {
43 template <
typename LensArnT = Aws::String>
45 m_lensArnHasBeenSet =
true;
46 m_lensArn = std::forward<LensArnT>(value);
48 template <
typename LensArnT = Aws::String>
59 template <
typename LensAliasT = Aws::String>
61 m_lensAliasHasBeenSet =
true;
62 m_lensAlias = std::forward<LensAliasT>(value);
64 template <
typename LensAliasT = Aws::String>
75 template <
typename LensNameT = Aws::String>
77 m_lensNameHasBeenSet =
true;
78 m_lensName = std::forward<LensNameT>(value);
80 template <
typename LensNameT = Aws::String>
94 m_lensTypeHasBeenSet =
true;
107 template <
typename DescriptionT = Aws::String>
109 m_descriptionHasBeenSet =
true;
110 m_description = std::forward<DescriptionT>(value);
112 template <
typename DescriptionT = Aws::String>
123 template <
typename CreatedAtT = Aws::Utils::DateTime>
125 m_createdAtHasBeenSet =
true;
126 m_createdAt = std::forward<CreatedAtT>(value);
128 template <
typename CreatedAtT = Aws::Utils::DateTime>
139 template <
typename UpdatedAtT = Aws::Utils::DateTime>
141 m_updatedAtHasBeenSet =
true;
142 m_updatedAt = std::forward<UpdatedAtT>(value);
144 template <
typename UpdatedAtT = Aws::Utils::DateTime>
157 template <
typename LensVersionT = Aws::String>
159 m_lensVersionHasBeenSet =
true;
160 m_lensVersion = std::forward<LensVersionT>(value);
162 template <
typename LensVersionT = Aws::String>
173 template <
typename OwnerT = Aws::String>
175 m_ownerHasBeenSet =
true;
176 m_owner = std::forward<OwnerT>(value);
178 template <
typename OwnerT = Aws::String>
180 SetOwner(std::forward<OwnerT>(value));
192 m_lensStatusHasBeenSet =
true;
193 m_lensStatus = value;
220 bool m_lensArnHasBeenSet =
false;
221 bool m_lensAliasHasBeenSet =
false;
222 bool m_lensNameHasBeenSet =
false;
223 bool m_lensTypeHasBeenSet =
false;
224 bool m_descriptionHasBeenSet =
false;
225 bool m_createdAtHasBeenSet =
false;
226 bool m_updatedAtHasBeenSet =
false;
227 bool m_lensVersionHasBeenSet =
false;
228 bool m_ownerHasBeenSet =
false;
229 bool m_lensStatusHasBeenSet =
false;
LensSummary & WithLensType(LensType value)
void SetLensAlias(LensAliasT &&value)
const Aws::String & GetDescription() const
LensSummary & WithUpdatedAt(UpdatedAtT &&value)
bool DescriptionHasBeenSet() const
bool OwnerHasBeenSet() const
AWS_WELLARCHITECTED_API LensSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLensAlias() const
LensType GetLensType() const
const Aws::String & GetOwner() const
bool LensVersionHasBeenSet() const
bool LensNameHasBeenSet() const
void SetLensName(LensNameT &&value)
const Aws::String & GetLensArn() const
bool CreatedAtHasBeenSet() const
bool LensStatusHasBeenSet() const
LensSummary & WithLensName(LensNameT &&value)
LensSummary & WithLensStatus(LensStatus value)
void SetLensType(LensType value)
LensSummary & WithLensArn(LensArnT &&value)
LensSummary & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetLensName() const
void SetLensArn(LensArnT &&value)
void SetLensStatus(LensStatus value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
AWS_WELLARCHITECTED_API LensSummary()=default
void SetLensVersion(LensVersionT &&value)
LensSummary & WithLensAlias(LensAliasT &&value)
void SetOwner(OwnerT &&value)
AWS_WELLARCHITECTED_API LensSummary(Aws::Utils::Json::JsonView jsonValue)
LensSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetLensVersion() const
bool LensArnHasBeenSet() const
LensSummary & WithOwner(OwnerT &&value)
LensSummary & WithLensVersion(LensVersionT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
LensStatus GetLensStatus() const
bool LensAliasHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedAtHasBeenSet() const
bool LensTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue