7#include <aws/pi/PI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pi/model/ServiceType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/pi/model/AnalysisStatus.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/pi/model/Insight.h>
54 inline void SetAnalysisReportId(
const char* value) { m_analysisReportIdHasBeenSet =
true; m_analysisReportId.assign(value); }
68 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
152 bool m_analysisReportIdHasBeenSet =
false;
155 bool m_identifierHasBeenSet =
false;
158 bool m_serviceTypeHasBeenSet =
false;
161 bool m_createTimeHasBeenSet =
false;
164 bool m_startTimeHasBeenSet =
false;
167 bool m_endTimeHasBeenSet =
false;
170 bool m_statusHasBeenSet =
false;
173 bool m_insightsHasBeenSet =
false;
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetAnalysisReportId() const
bool StartTimeHasBeenSet() const
void SetStartTime(const Aws::Utils::DateTime &value)
AnalysisReport & WithAnalysisReportId(Aws::String &&value)
void SetAnalysisReportId(const char *value)
AnalysisReport & WithInsights(Aws::Vector< Insight > &&value)
AnalysisReport & WithIdentifier(Aws::String &&value)
AnalysisReport & WithAnalysisReportId(const Aws::String &value)
void SetInsights(Aws::Vector< Insight > &&value)
AnalysisReport & AddInsights(Insight &&value)
bool EndTimeHasBeenSet() const
AnalysisReport & AddInsights(const Insight &value)
AnalysisReport & WithCreateTime(Aws::Utils::DateTime &&value)
AWS_PI_API AnalysisReport(Aws::Utils::Json::JsonView jsonValue)
AWS_PI_API AnalysisReport()
AnalysisReport & WithEndTime(const Aws::Utils::DateTime &value)
const Aws::String & GetIdentifier() const
AnalysisReport & WithIdentifier(const char *value)
const ServiceType & GetServiceType() const
AnalysisReport & WithCreateTime(const Aws::Utils::DateTime &value)
void SetStatus(AnalysisStatus &&value)
AnalysisReport & WithInsights(const Aws::Vector< Insight > &value)
AnalysisReport & WithStartTime(Aws::Utils::DateTime &&value)
void SetIdentifier(Aws::String &&value)
bool InsightsHasBeenSet() const
void SetIdentifier(const char *value)
void SetCreateTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreateTime() const
AWS_PI_API AnalysisReport & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetStartTime() const
AnalysisReport & WithEndTime(Aws::Utils::DateTime &&value)
AnalysisReport & WithStartTime(const Aws::Utils::DateTime &value)
bool CreateTimeHasBeenSet() const
AnalysisReport & WithIdentifier(const Aws::String &value)
void SetServiceType(ServiceType &&value)
const AnalysisStatus & GetStatus() const
void SetIdentifier(const Aws::String &value)
void SetStatus(const AnalysisStatus &value)
void SetAnalysisReportId(const Aws::String &value)
void SetAnalysisReportId(Aws::String &&value)
void SetEndTime(Aws::Utils::DateTime &&value)
void SetServiceType(const ServiceType &value)
void SetStartTime(Aws::Utils::DateTime &&value)
AWS_PI_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Insight > & GetInsights() const
AnalysisReport & WithStatus(const AnalysisStatus &value)
void SetInsights(const Aws::Vector< Insight > &value)
AnalysisReport & WithServiceType(const ServiceType &value)
AnalysisReport & WithStatus(AnalysisStatus &&value)
AnalysisReport & WithServiceType(ServiceType &&value)
AnalysisReport & WithAnalysisReportId(const char *value)
bool ServiceTypeHasBeenSet() const
bool AnalysisReportIdHasBeenSet() const
bool IdentifierHasBeenSet() const
bool StatusHasBeenSet() const
void SetEndTime(const Aws::Utils::DateTime &value)
void SetCreateTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue