7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/model/LensType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/wellarchitected/model/LensStatus.h>
24namespace WellArchitected
49 template<
typename LensArnT = Aws::String>
50 void SetLensArn(LensArnT&& value) { m_lensArnHasBeenSet =
true; m_lensArn = std::forward<LensArnT>(value); }
51 template<
typename LensArnT = Aws::String>
59 template<
typename LensAliasT = Aws::String>
60 void SetLensAlias(LensAliasT&& value) { m_lensAliasHasBeenSet =
true; m_lensAlias = std::forward<LensAliasT>(value); }
61 template<
typename LensAliasT = Aws::String>
69 template<
typename LensNameT = Aws::String>
70 void SetLensName(LensNameT&& value) { m_lensNameHasBeenSet =
true; m_lensName = std::forward<LensNameT>(value); }
71 template<
typename LensNameT = Aws::String>
89 template<
typename DescriptionT = Aws::String>
90 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
91 template<
typename DescriptionT = Aws::String>
99 template<
typename CreatedAtT = Aws::Utils::DateTime>
100 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
101 template<
typename CreatedAtT = Aws::Utils::DateTime>
109 template<
typename UpdatedAtT = Aws::Utils::DateTime>
110 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
111 template<
typename UpdatedAtT = Aws::Utils::DateTime>
121 template<
typename LensVersionT = Aws::String>
122 void SetLensVersion(LensVersionT&& value) { m_lensVersionHasBeenSet =
true; m_lensVersion = std::forward<LensVersionT>(value); }
123 template<
typename LensVersionT = Aws::String>
131 template<
typename OwnerT = Aws::String>
132 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
133 template<
typename OwnerT = Aws::String>
149 bool m_lensArnHasBeenSet =
false;
152 bool m_lensAliasHasBeenSet =
false;
155 bool m_lensNameHasBeenSet =
false;
158 bool m_lensTypeHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
164 bool m_createdAtHasBeenSet =
false;
167 bool m_updatedAtHasBeenSet =
false;
170 bool m_lensVersionHasBeenSet =
false;
173 bool m_ownerHasBeenSet =
false;
176 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