7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/network-firewall/model/EnabledAnalysisType.h>
10#include <aws/core/utils/DateTime.h>
23namespace NetworkFirewall
55 template<
typename AnalysisReportIdT = Aws::String>
56 void SetAnalysisReportId(AnalysisReportIdT&& value) { m_analysisReportIdHasBeenSet =
true; m_analysisReportId = std::forward<AnalysisReportIdT>(value); }
57 template<
typename AnalysisReportIdT = Aws::String>
77 template<
typename ReportTimeT = Aws::Utils::DateTime>
78 void SetReportTime(ReportTimeT&& value) { m_reportTimeHasBeenSet =
true; m_reportTime = std::forward<ReportTimeT>(value); }
79 template<
typename ReportTimeT = Aws::Utils::DateTime>
90 template<
typename StatusT = Aws::String>
91 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
92 template<
typename StatusT = Aws::String>
98 bool m_analysisReportIdHasBeenSet =
false;
101 bool m_analysisTypeHasBeenSet =
false;
104 bool m_reportTimeHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
AnalysisReport & WithStatus(StatusT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetAnalysisReportId() const
AWS_NETWORKFIREWALL_API AnalysisReport(Aws::Utils::Json::JsonView jsonValue)
AnalysisReport & WithAnalysisType(EnabledAnalysisType value)
AnalysisReport & WithReportTime(ReportTimeT &&value)
bool AnalysisTypeHasBeenSet() const
AWS_NETWORKFIREWALL_API AnalysisReport()=default
AnalysisReport & WithAnalysisReportId(AnalysisReportIdT &&value)
bool AnalysisReportIdHasBeenSet() const
const Aws::Utils::DateTime & GetReportTime() const
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAnalysisType(EnabledAnalysisType value)
bool ReportTimeHasBeenSet() const
void SetAnalysisReportId(AnalysisReportIdT &&value)
EnabledAnalysisType GetAnalysisType() const
AWS_NETWORKFIREWALL_API AnalysisReport & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatus() const
void SetReportTime(ReportTimeT &&value)
void SetStatus(StatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue