AWS SDK for C++

AWS SDK for C++ Version 1.11.868

Loading...
Searching...
No Matches
AnalysisLogExportSummary.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/AnalysisLogExportStatus.h>
9#include <aws/cleanrooms/model/LogExportAnalysisType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CleanRooms {
23namespace Model {
24
33 public:
34 AWS_CLEANROOMS_API AnalysisLogExportSummary() = default;
37 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
43 inline const Aws::String& GetAnalysisLogExportId() const { return m_analysisLogExportId; }
44 inline bool AnalysisLogExportIdHasBeenSet() const { return m_analysisLogExportIdHasBeenSet; }
45 template <typename AnalysisLogExportIdT = Aws::String>
46 void SetAnalysisLogExportId(AnalysisLogExportIdT&& value) {
47 m_analysisLogExportIdHasBeenSet = true;
48 m_analysisLogExportId = std::forward<AnalysisLogExportIdT>(value);
49 }
50 template <typename AnalysisLogExportIdT = Aws::String>
51 AnalysisLogExportSummary& WithAnalysisLogExportId(AnalysisLogExportIdT&& value) {
52 SetAnalysisLogExportId(std::forward<AnalysisLogExportIdT>(value));
53 return *this;
54 }
56
58
62 inline const Aws::String& GetAnalysisId() const { return m_analysisId; }
63 inline bool AnalysisIdHasBeenSet() const { return m_analysisIdHasBeenSet; }
64 template <typename AnalysisIdT = Aws::String>
65 void SetAnalysisId(AnalysisIdT&& value) {
66 m_analysisIdHasBeenSet = true;
67 m_analysisId = std::forward<AnalysisIdT>(value);
68 }
69 template <typename AnalysisIdT = Aws::String>
71 SetAnalysisId(std::forward<AnalysisIdT>(value));
72 return *this;
73 }
75
77
81 inline LogExportAnalysisType GetAnalysisType() const { return m_analysisType; }
82 inline bool AnalysisTypeHasBeenSet() const { return m_analysisTypeHasBeenSet; }
84 m_analysisTypeHasBeenSet = true;
85 m_analysisType = value;
86 }
88 SetAnalysisType(value);
89 return *this;
90 }
92
94
100 inline AnalysisLogExportStatus GetStatus() const { return m_status; }
101 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
103 m_statusHasBeenSet = true;
104 m_status = value;
105 }
107 SetStatus(value);
108 return *this;
109 }
111
113
116 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
117 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
118 template <typename CreateTimeT = Aws::Utils::DateTime>
119 void SetCreateTime(CreateTimeT&& value) {
120 m_createTimeHasBeenSet = true;
121 m_createTime = std::forward<CreateTimeT>(value);
122 }
123 template <typename CreateTimeT = Aws::Utils::DateTime>
125 SetCreateTime(std::forward<CreateTimeT>(value));
126 return *this;
127 }
129 private:
130 Aws::String m_analysisLogExportId;
131
132 Aws::String m_analysisId;
133
135
137
138 Aws::Utils::DateTime m_createTime{};
139 bool m_analysisLogExportIdHasBeenSet = false;
140 bool m_analysisIdHasBeenSet = false;
141 bool m_analysisTypeHasBeenSet = false;
142 bool m_statusHasBeenSet = false;
143 bool m_createTimeHasBeenSet = false;
144};
145
146} // namespace Model
147} // namespace CleanRooms
148} // namespace Aws
AWS_CLEANROOMS_API AnalysisLogExportSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API AnalysisLogExportSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AnalysisLogExportSummary & WithAnalysisLogExportId(AnalysisLogExportIdT &&value)
AnalysisLogExportSummary & WithCreateTime(CreateTimeT &&value)
AWS_CLEANROOMS_API AnalysisLogExportSummary()=default
AnalysisLogExportSummary & WithStatus(AnalysisLogExportStatus value)
AnalysisLogExportSummary & WithAnalysisType(LogExportAnalysisType value)
void SetAnalysisLogExportId(AnalysisLogExportIdT &&value)
AnalysisLogExportSummary & WithAnalysisId(AnalysisIdT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue