7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitectedRequest.h>
10#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
15namespace WellArchitected {
36 template <
typename LensAliasT = Aws::String>
38 m_lensAliasHasBeenSet =
true;
39 m_lensAlias = std::forward<LensAliasT>(value);
41 template <
typename LensAliasT = Aws::String>
52 template <
typename SharedWithT = Aws::String>
54 m_sharedWithHasBeenSet =
true;
55 m_sharedWith = std::forward<SharedWithT>(value);
57 template <
typename SharedWithT = Aws::String>
68 template <
typename ClientRequestTokenT = Aws::String>
70 m_clientRequestTokenHasBeenSet =
true;
71 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
73 template <
typename ClientRequestTokenT = Aws::String>
81 bool m_lensAliasHasBeenSet =
false;
84 bool m_sharedWithHasBeenSet =
false;
87 bool m_clientRequestTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
const Aws::String & GetLensAlias() const
bool SharedWithHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool LensAliasHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
bool ClientRequestTokenHasBeenSet() const
void SetSharedWith(SharedWithT &&value)
const Aws::String & GetClientRequestToken() const
CreateLensShareRequest & WithSharedWith(SharedWithT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSharedWith() const
CreateLensShareRequest & WithLensAlias(LensAliasT &&value)
void SetLensAlias(LensAliasT &&value)
CreateLensShareRequest & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_WELLARCHITECTED_API CreateLensShareRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String