7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/UUID.h>
16namespace WellArchitected
41 template<
typename LensAliasT = Aws::String>
42 void SetLensAlias(LensAliasT&& value) { m_lensAliasHasBeenSet =
true; m_lensAlias = std::forward<LensAliasT>(value); }
43 template<
typename LensAliasT = Aws::String>
53 template<
typename JSONStringT = Aws::String>
54 void SetJSONString(JSONStringT&& value) { m_jSONStringHasBeenSet =
true; m_jSONString = std::forward<JSONStringT>(value); }
55 template<
typename JSONStringT = Aws::String>
63 template<
typename ClientRequestTokenT = Aws::String>
64 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
65 template<
typename ClientRequestTokenT = Aws::String>
75 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
76 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
77 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
79 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
81 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
87 bool m_lensAliasHasBeenSet =
false;
90 bool m_jSONStringHasBeenSet =
false;
93 bool m_clientRequestTokenHasBeenSet =
true;
96 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
bool ClientRequestTokenHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetJSONString(JSONStringT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetLensAlias(LensAliasT &&value)
ImportLensRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
ImportLensRequest & WithJSONString(JSONStringT &&value)
const Aws::String & GetJSONString() const
ImportLensRequest & WithTags(TagsT &&value)
const Aws::String & GetClientRequestToken() const
const Aws::String & GetLensAlias() const
bool JSONStringHasBeenSet() const
ImportLensRequest & WithLensAlias(LensAliasT &&value)
bool LensAliasHasBeenSet() const
AWS_WELLARCHITECTED_API ImportLensRequest()=default
ImportLensRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetTags(TagsT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
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