7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ArnT = Aws::String>
47 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
48 template<
typename ArnT = Aws::String>
58 template<
typename ReportTypeT = Aws::String>
59 void SetReportType(ReportTypeT&& value) { m_reportTypeHasBeenSet =
true; m_reportType = std::forward<ReportTypeT>(value); }
60 template<
typename ReportTypeT = Aws::String>
66 bool m_arnHasBeenSet =
false;
69 bool m_reportTypeHasBeenSet =
false;
ExperimentReportS3Report & WithArn(ArnT &&value)
AWS_FIS_API ExperimentReportS3Report()=default
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReportType(ReportTypeT &&value)
AWS_FIS_API ExperimentReportS3Report & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ReportTypeHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetReportType() const
void SetArn(ArnT &&value)
ExperimentReportS3Report & WithReportType(ReportTypeT &&value)
const Aws::String & GetArn() const
AWS_FIS_API ExperimentReportS3Report(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue