AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateLensReviewResult.h
1
6#pragma once
7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/model/LensReview.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace WellArchitected
25{
26namespace Model
27{
34 {
35 public:
36 AWS_WELLARCHITECTED_API UpdateLensReviewResult();
39
40
42
43 inline const Aws::String& GetWorkloadId() const{ return m_workloadId; }
44 inline void SetWorkloadId(const Aws::String& value) { m_workloadId = value; }
45 inline void SetWorkloadId(Aws::String&& value) { m_workloadId = std::move(value); }
46 inline void SetWorkloadId(const char* value) { m_workloadId.assign(value); }
47 inline UpdateLensReviewResult& WithWorkloadId(const Aws::String& value) { SetWorkloadId(value); return *this;}
48 inline UpdateLensReviewResult& WithWorkloadId(Aws::String&& value) { SetWorkloadId(std::move(value)); return *this;}
49 inline UpdateLensReviewResult& WithWorkloadId(const char* value) { SetWorkloadId(value); return *this;}
51
53
54 inline const LensReview& GetLensReview() const{ return m_lensReview; }
55 inline void SetLensReview(const LensReview& value) { m_lensReview = value; }
56 inline void SetLensReview(LensReview&& value) { m_lensReview = std::move(value); }
57 inline UpdateLensReviewResult& WithLensReview(const LensReview& value) { SetLensReview(value); return *this;}
58 inline UpdateLensReviewResult& WithLensReview(LensReview&& value) { SetLensReview(std::move(value)); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline UpdateLensReviewResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline UpdateLensReviewResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline UpdateLensReviewResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::String m_workloadId;
74
75 LensReview m_lensReview;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace WellArchitected
82} // namespace Aws
UpdateLensReviewResult & WithRequestId(Aws::String &&value)
UpdateLensReviewResult & WithLensReview(LensReview &&value)
UpdateLensReviewResult & WithWorkloadId(const Aws::String &value)
UpdateLensReviewResult & WithLensReview(const LensReview &value)
UpdateLensReviewResult & WithRequestId(const Aws::String &value)
UpdateLensReviewResult & WithRequestId(const char *value)
AWS_WELLARCHITECTED_API UpdateLensReviewResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateLensReviewResult & WithWorkloadId(const char *value)
AWS_WELLARCHITECTED_API UpdateLensReviewResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateLensReviewResult & WithWorkloadId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue