7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
20namespace WellArchitected {
30 AWS_WELLARCHITECTED_API
Lens() =
default;
41 template <
typename LensArnT = Aws::String>
43 m_lensArnHasBeenSet =
true;
44 m_lensArn = std::forward<LensArnT>(value);
46 template <
typename LensArnT = Aws::String>
59 template <
typename LensVersionT = Aws::String>
61 m_lensVersionHasBeenSet =
true;
62 m_lensVersion = std::forward<LensVersionT>(value);
64 template <
typename LensVersionT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
109 template <
typename OwnerT = Aws::String>
111 m_ownerHasBeenSet =
true;
112 m_owner = std::forward<OwnerT>(value);
114 template <
typename OwnerT = Aws::String>
116 SetOwner(std::forward<OwnerT>(value));
127 template <
typename ShareInvitationIdT = Aws::String>
129 m_shareInvitationIdHasBeenSet =
true;
130 m_shareInvitationId = std::forward<ShareInvitationIdT>(value);
132 template <
typename ShareInvitationIdT = Aws::String>
145 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
147 m_tagsHasBeenSet =
true;
148 m_tags = std::forward<TagsT>(value);
150 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
152 SetTags(std::forward<TagsT>(value));
155 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
157 m_tagsHasBeenSet =
true;
158 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
164 bool m_lensArnHasBeenSet =
false;
167 bool m_lensVersionHasBeenSet =
false;
170 bool m_nameHasBeenSet =
false;
173 bool m_descriptionHasBeenSet =
false;
176 bool m_ownerHasBeenSet =
false;
179 bool m_shareInvitationIdHasBeenSet =
false;
182 bool m_tagsHasBeenSet =
false;
Lens & WithDescription(DescriptionT &&value)
void SetLensArn(LensArnT &&value)
void SetShareInvitationId(ShareInvitationIdT &&value)
Lens & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
Lens & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_WELLARCHITECTED_API Lens & operator=(Aws::Utils::Json::JsonView jsonValue)
Lens & WithLensArn(LensArnT &&value)
void SetOwner(OwnerT &&value)
const Aws::String & GetDescription() const
void SetName(NameT &&value)
const Aws::String & GetOwner() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetLensVersion() const
const Aws::String & GetShareInvitationId() const
Lens & WithLensVersion(LensVersionT &&value)
Lens & WithOwner(OwnerT &&value)
AWS_WELLARCHITECTED_API Lens()=default
bool NameHasBeenSet() const
Lens & WithName(NameT &&value)
Lens & WithShareInvitationId(ShareInvitationIdT &&value)
bool ShareInvitationIdHasBeenSet() const
bool LensVersionHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool LensArnHasBeenSet() const
bool OwnerHasBeenSet() const
const Aws::String & GetName() const
AWS_WELLARCHITECTED_API Lens(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetLensArn() const
void SetLensVersion(LensVersionT &&value)
void SetTags(TagsT &&value)
bool DescriptionHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue