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/wellarchitected/model/LensStatusType.h>
12#include <aws/core/utils/UUID.h>
20namespace WellArchitected
47 template<
typename LensAliasT = Aws::String>
48 void SetLensAlias(LensAliasT&& value) { m_lensAliasHasBeenSet =
true; m_lensAlias = std::forward<LensAliasT>(value); }
49 template<
typename LensAliasT = Aws::String>
57 template<
typename ClientRequestTokenT = Aws::String>
58 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
59 template<
typename ClientRequestTokenT = Aws::String>
75 bool m_lensAliasHasBeenSet =
false;
78 bool m_clientRequestTokenHasBeenSet =
true;
81 bool m_lensStatusHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
AWS_WELLARCHITECTED_API DeleteLensRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
void SetLensAlias(LensAliasT &&value)
bool ClientRequestTokenHasBeenSet() const
DeleteLensRequest & WithLensStatus(LensStatusType value)
void SetClientRequestToken(ClientRequestTokenT &&value)
DeleteLensRequest & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetLensAlias() const
void SetLensStatus(LensStatusType value)
const Aws::String & GetClientRequestToken() const
DeleteLensRequest & WithLensAlias(LensAliasT &&value)
LensStatusType GetLensStatus() const
bool LensAliasHasBeenSet() const
bool LensStatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String