AWS SDK for C++

AWS SDK for C++ Version 1.11.869

Loading...
Searching...
No Matches
PopulateIntermediateTableResult.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/PopulateIntermediateTableAnalysisType.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace CleanRooms {
24namespace Model {
26 public:
27 AWS_CLEANROOMS_API PopulateIntermediateTableResult() = default;
30
32
36 inline const Aws::String& GetAnalysisId() const { return m_analysisId; }
37 template <typename AnalysisIdT = Aws::String>
38 void SetAnalysisId(AnalysisIdT&& value) {
39 m_analysisIdHasBeenSet = true;
40 m_analysisId = std::forward<AnalysisIdT>(value);
41 }
42 template <typename AnalysisIdT = Aws::String>
44 SetAnalysisId(std::forward<AnalysisIdT>(value));
45 return *this;
46 }
48
50
53 inline PopulateIntermediateTableAnalysisType GetAnalysisType() const { return m_analysisType; }
55 m_analysisTypeHasBeenSet = true;
56 m_analysisType = value;
57 }
59 SetAnalysisType(value);
60 return *this;
61 }
63
65
69 inline const Aws::String& GetVersionId() const { return m_versionId; }
70 template <typename VersionIdT = Aws::String>
71 void SetVersionId(VersionIdT&& value) {
72 m_versionIdHasBeenSet = true;
73 m_versionId = std::forward<VersionIdT>(value);
74 }
75 template <typename VersionIdT = Aws::String>
77 SetVersionId(std::forward<VersionIdT>(value));
78 return *this;
79 }
81
83
84 inline const Aws::String& GetRequestId() const { return m_requestId; }
85 template <typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) {
87 m_requestIdHasBeenSet = true;
88 m_requestId = std::forward<RequestIdT>(value);
89 }
90 template <typename RequestIdT = Aws::String>
92 SetRequestId(std::forward<RequestIdT>(value));
93 return *this;
94 }
96 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
97
98 private:
99 Aws::String m_analysisId;
100
102
103 Aws::String m_versionId;
104
105 Aws::String m_requestId;
106 Aws::Http::HttpResponseCode m_HttpResponseCode;
107 bool m_analysisIdHasBeenSet = false;
108 bool m_analysisTypeHasBeenSet = false;
109 bool m_versionIdHasBeenSet = false;
110 bool m_requestIdHasBeenSet = false;
111};
112
113} // namespace Model
114} // namespace CleanRooms
115} // namespace Aws
PopulateIntermediateTableResult & WithAnalysisId(AnalysisIdT &&value)
PopulateIntermediateTableResult & WithVersionId(VersionIdT &&value)
PopulateIntermediateTableResult & WithRequestId(RequestIdT &&value)
AWS_CLEANROOMS_API PopulateIntermediateTableResult()=default
AWS_CLEANROOMS_API PopulateIntermediateTableResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CLEANROOMS_API PopulateIntermediateTableResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PopulateIntermediateTableAnalysisType GetAnalysisType() const
PopulateIntermediateTableResult & WithAnalysisType(PopulateIntermediateTableAnalysisType value)
void SetAnalysisType(PopulateIntermediateTableAnalysisType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue