7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/model/ExperimentReportState.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/fis/model/ExperimentReportS3Report.h>
48 template<
typename StateT = ExperimentReportState>
49 void SetState(StateT&& value) { m_stateHasBeenSet =
true; m_state = std::forward<StateT>(value); }
50 template<
typename StateT = ExperimentReportState>
60 template<
typename S3ReportsT = Aws::Vector<ExperimentReportS3Report>>
61 void SetS3Reports(S3ReportsT&& value) { m_s3ReportsHasBeenSet =
true; m_s3Reports = std::forward<S3ReportsT>(value); }
62 template<
typename S3ReportsT = Aws::Vector<ExperimentReportS3Report>>
64 template<
typename S3ReportsT = ExperimentReportS3Report>
65 ExperimentReport&
AddS3Reports(S3ReportsT&& value) { m_s3ReportsHasBeenSet =
true; m_s3Reports.emplace_back(std::forward<S3ReportsT>(value));
return *
this; }
70 bool m_stateHasBeenSet =
false;
73 bool m_s3ReportsHasBeenSet =
false;
AWS_FIS_API ExperimentReport(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API ExperimentReport & operator=(Aws::Utils::Json::JsonView jsonValue)
const ExperimentReportState & GetState() const
const Aws::Vector< ExperimentReportS3Report > & GetS3Reports() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
ExperimentReport & WithS3Reports(S3ReportsT &&value)
bool StateHasBeenSet() const
void SetS3Reports(S3ReportsT &&value)
bool S3ReportsHasBeenSet() const
ExperimentReport & AddS3Reports(S3ReportsT &&value)
ExperimentReport & WithState(StateT &&value)
void SetState(StateT &&value)
AWS_FIS_API ExperimentReport()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue