7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
15namespace WellArchitected
40 template<
typename LensAliasT = Aws::String>
41 void SetLensAlias(LensAliasT&& value) { m_lensAliasHasBeenSet =
true; m_lensAlias = std::forward<LensAliasT>(value); }
42 template<
typename LensAliasT = Aws::String>
50 template<
typename SharedWithT = Aws::String>
51 void SetSharedWith(SharedWithT&& value) { m_sharedWithHasBeenSet =
true; m_sharedWith = std::forward<SharedWithT>(value); }
52 template<
typename SharedWithT = Aws::String>
60 template<
typename ClientRequestTokenT = Aws::String>
61 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
62 template<
typename ClientRequestTokenT = Aws::String>
68 bool m_lensAliasHasBeenSet =
false;
71 bool m_sharedWithHasBeenSet =
false;
74 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