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>
18namespace WellArchitected {
41 template <
typename ShareIdT = Aws::String>
43 m_shareIdHasBeenSet =
true;
44 m_shareId = std::forward<ShareIdT>(value);
46 template <
typename ShareIdT = Aws::String>
57 template <
typename LensAliasT = Aws::String>
59 m_lensAliasHasBeenSet =
true;
60 m_lensAlias = std::forward<LensAliasT>(value);
62 template <
typename LensAliasT = Aws::String>
73 template <
typename ClientRequestTokenT = Aws::String>
75 m_clientRequestTokenHasBeenSet =
true;
76 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
78 template <
typename ClientRequestTokenT = Aws::String>
86 bool m_shareIdHasBeenSet =
false;
89 bool m_lensAliasHasBeenSet =
false;
92 bool m_clientRequestTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
const Aws::String & GetLensAlias() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
bool LensAliasHasBeenSet() const
const Aws::String & GetClientRequestToken() const
bool ShareIdHasBeenSet() const
DeleteLensShareRequest & WithLensAlias(LensAliasT &&value)
const Aws::String & GetShareId() const
DeleteLensShareRequest & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_WELLARCHITECTED_API DeleteLensShareRequest()=default
void SetLensAlias(LensAliasT &&value)
DeleteLensShareRequest & WithShareId(ShareIdT &&value)
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
bool ClientRequestTokenHasBeenSet() const
void SetShareId(ShareIdT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String