7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace WellArchitected {
35 template <
typename LensArnT = Aws::String>
37 m_lensArnHasBeenSet =
true;
38 m_lensArn = std::forward<LensArnT>(value);
40 template <
typename LensArnT = Aws::String>
52 template <
typename LensVersionT = Aws::String>
54 m_lensVersionHasBeenSet =
true;
55 m_lensVersion = std::forward<LensVersionT>(value);
57 template <
typename LensVersionT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_lensArnHasBeenSet =
false;
88 bool m_lensVersionHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
CreateLensVersionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_WELLARCHITECTED_API CreateLensVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLensVersion() const
CreateLensVersionResult & WithLensVersion(LensVersionT &&value)
const Aws::String & GetLensArn() const
void SetRequestId(RequestIdT &&value)
AWS_WELLARCHITECTED_API CreateLensVersionResult()=default
void SetLensVersion(LensVersionT &&value)
AWS_WELLARCHITECTED_API CreateLensVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLensVersionResult & WithLensArn(LensArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetLensArn(LensArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue