7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wellarchitected/WellArchitectedRequest.h>
11#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
16namespace WellArchitected {
37 template <
typename LensAliasT = Aws::String>
39 m_lensAliasHasBeenSet =
true;
40 m_lensAlias = std::forward<LensAliasT>(value);
42 template <
typename LensAliasT = Aws::String>
55 template <
typename JSONStringT = Aws::String>
57 m_jSONStringHasBeenSet =
true;
58 m_jSONString = std::forward<JSONStringT>(value);
60 template <
typename JSONStringT = Aws::String>
71 template <
typename ClientRequestTokenT = Aws::String>
73 m_clientRequestTokenHasBeenSet =
true;
74 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
76 template <
typename ClientRequestTokenT = Aws::String>
89 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
91 m_tagsHasBeenSet =
true;
92 m_tags = std::forward<TagsT>(value);
94 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
96 SetTags(std::forward<TagsT>(value));
99 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
101 m_tagsHasBeenSet =
true;
102 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
108 bool m_lensAliasHasBeenSet =
false;
111 bool m_jSONStringHasBeenSet =
false;
114 bool m_clientRequestTokenHasBeenSet =
true;
117 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