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>
45 template <
typename AnalysisLogExportIdT = Aws::String>
47 m_analysisLogExportIdHasBeenSet =
true;
48 m_analysisLogExportId = std::forward<AnalysisLogExportIdT>(value);
50 template <
typename AnalysisLogExportIdT = Aws::String>
64 template <
typename AnalysisIdT = Aws::String>
66 m_analysisIdHasBeenSet =
true;
67 m_analysisId = std::forward<AnalysisIdT>(value);
69 template <
typename AnalysisIdT = Aws::String>
84 m_analysisTypeHasBeenSet =
true;
85 m_analysisType = value;
103 m_statusHasBeenSet =
true;
118 template <
typename CreateTimeT = Aws::Utils::DateTime>
120 m_createTimeHasBeenSet =
true;
121 m_createTime = std::forward<CreateTimeT>(value);
123 template <
typename CreateTimeT = Aws::Utils::DateTime>
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;
AnalysisLogExportStatus GetStatus() const
AWS_CLEANROOMS_API AnalysisLogExportSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API AnalysisLogExportSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
LogExportAnalysisType GetAnalysisType() const
AnalysisLogExportSummary & WithAnalysisLogExportId(AnalysisLogExportIdT &&value)
bool AnalysisTypeHasBeenSet() const
AnalysisLogExportSummary & WithCreateTime(CreateTimeT &&value)
AWS_CLEANROOMS_API AnalysisLogExportSummary()=default
AnalysisLogExportSummary & WithStatus(AnalysisLogExportStatus value)
AnalysisLogExportSummary & WithAnalysisType(LogExportAnalysisType value)
void SetCreateTime(CreateTimeT &&value)
const Aws::String & GetAnalysisLogExportId() const
void SetAnalysisId(AnalysisIdT &&value)
void SetAnalysisType(LogExportAnalysisType value)
bool AnalysisLogExportIdHasBeenSet() const
void SetAnalysisLogExportId(AnalysisLogExportIdT &&value)
AnalysisLogExportSummary & WithAnalysisId(AnalysisIdT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreateTimeHasBeenSet() const
bool StatusHasBeenSet() const
bool AnalysisIdHasBeenSet() const
void SetStatus(AnalysisLogExportStatus value)
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetAnalysisId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue