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
51 inline void SetLensArn(
const char* value) { m_lensArnHasBeenSet =
true; m_lensArn.assign(value); }
63 inline void SetLensAlias(
const char* value) { m_lensAliasHasBeenSet =
true; m_lensAlias.assign(value); }
75 inline void SetLensName(
const char* value) { m_lensNameHasBeenSet =
true; m_lensName.assign(value); }
88 inline void SetLensType(
LensType&& value) { m_lensTypeHasBeenSet =
true; m_lensType = std::move(value); }
99 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
133 inline void SetLensVersion(
const char* value) { m_lensVersionHasBeenSet =
true; m_lensVersion.assign(value); }
145 inline void SetOwner(
const char* value) { m_ownerHasBeenSet =
true; m_owner.assign(value); }
165 bool m_lensArnHasBeenSet =
false;
168 bool m_lensAliasHasBeenSet =
false;
171 bool m_lensNameHasBeenSet =
false;
174 bool m_lensTypeHasBeenSet =
false;
177 bool m_descriptionHasBeenSet =
false;
180 bool m_createdAtHasBeenSet =
false;
183 bool m_updatedAtHasBeenSet =
false;
186 bool m_lensVersionHasBeenSet =
false;
189 bool m_ownerHasBeenSet =
false;
192 bool m_lensStatusHasBeenSet =
false;
LensSummary & WithLensArn(const char *value)
void SetLensVersion(const char *value)
void SetLensType(LensType &&value)
const Aws::String & GetDescription() const
LensSummary & WithOwner(Aws::String &&value)
void SetLensName(const char *value)
const LensStatus & GetLensStatus() const
bool DescriptionHasBeenSet() const
void SetLensStatus(LensStatus &&value)
void SetLensName(Aws::String &&value)
bool OwnerHasBeenSet() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetLensName(const Aws::String &value)
void SetLensArn(const char *value)
void SetLensAlias(Aws::String &&value)
AWS_WELLARCHITECTED_API LensSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
LensSummary & WithLensName(const Aws::String &value)
LensSummary & WithLensAlias(const char *value)
const Aws::String & GetLensAlias() const
LensSummary & WithLensVersion(const Aws::String &value)
const Aws::String & GetOwner() const
bool LensVersionHasBeenSet() const
void SetLensArn(const Aws::String &value)
bool LensNameHasBeenSet() const
const Aws::String & GetLensArn() const
void SetUpdatedAt(Aws::Utils::DateTime &&value)
bool CreatedAtHasBeenSet() const
bool LensStatusHasBeenSet() const
LensSummary & WithDescription(const char *value)
void SetOwner(Aws::String &&value)
LensSummary & WithDescription(Aws::String &&value)
LensSummary & WithLensType(LensType &&value)
void SetLensAlias(const char *value)
LensSummary & WithDescription(const Aws::String &value)
LensSummary & WithLensStatus(const LensStatus &value)
void SetOwner(const char *value)
LensSummary & WithLensAlias(const Aws::String &value)
const Aws::String & GetLensName() const
void SetLensArn(Aws::String &&value)
LensSummary & WithLensStatus(LensStatus &&value)
LensSummary & WithLensArn(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
LensSummary & WithLensVersion(const char *value)
LensSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
LensSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
LensSummary & WithLensName(Aws::String &&value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetLensAlias(const Aws::String &value)
AWS_WELLARCHITECTED_API LensSummary()
LensSummary & WithOwner(const Aws::String &value)
LensSummary & WithLensName(const char *value)
void SetDescription(const char *value)
LensSummary & WithLensVersion(Aws::String &&value)
void SetLensVersion(Aws::String &&value)
void SetDescription(const Aws::String &value)
LensSummary & WithLensAlias(Aws::String &&value)
AWS_WELLARCHITECTED_API LensSummary(Aws::Utils::Json::JsonView jsonValue)
LensSummary & WithOwner(const char *value)
const Aws::String & GetLensVersion() const
bool LensArnHasBeenSet() const
void SetOwner(const Aws::String &value)
LensSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
LensSummary & WithLensArn(const Aws::String &value)
void SetLensType(const LensType &value)
void SetDescription(Aws::String &&value)
void SetLensVersion(const Aws::String &value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetUpdatedAt() const
LensSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetLensStatus(const LensStatus &value)
const LensType & GetLensType() const
LensSummary & WithLensType(const LensType &value)
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