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>
54 template <
typename LensVersionT = Aws::String>
56 m_lensVersionHasBeenSet =
true;
57 m_lensVersion = std::forward<LensVersionT>(value);
59 template <
typename LensVersionT = Aws::String>
73 m_isMajorVersionHasBeenSet =
true;
74 m_isMajorVersion = value;
86 template <
typename ClientRequestTokenT = Aws::String>
88 m_clientRequestTokenHasBeenSet =
true;
89 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
91 template <
typename ClientRequestTokenT = Aws::String>
99 bool m_lensAliasHasBeenSet =
false;
102 bool m_lensVersionHasBeenSet =
false;
104 bool m_isMajorVersion{
false};
105 bool m_isMajorVersionHasBeenSet =
false;
108 bool m_clientRequestTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
void SetLensAlias(LensAliasT &&value)
CreateLensVersionRequest & WithIsMajorVersion(bool value)
CreateLensVersionRequest & WithLensVersion(LensVersionT &&value)
CreateLensVersionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_WELLARCHITECTED_API CreateLensVersionRequest()=default
bool ClientRequestTokenHasBeenSet() const
bool LensAliasHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool GetIsMajorVersion() const
bool LensVersionHasBeenSet() const
bool IsMajorVersionHasBeenSet() const
const Aws::String & GetLensAlias() const
CreateLensVersionRequest & WithLensAlias(LensAliasT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetClientRequestToken() const
void SetIsMajorVersion(bool value)
void SetLensVersion(LensVersionT &&value)
const Aws::String & GetLensVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String