AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ExperimentTemplateReportConfiguration.h
1
6#pragma once
7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/model/ExperimentTemplateReportConfigurationOutputs.h>
9#include <aws/fis/model/ExperimentTemplateReportConfigurationDataSources.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace FIS
24{
25namespace Model
26{
27
36 {
37 public:
42
43
45
48 inline const ExperimentTemplateReportConfigurationOutputs& GetOutputs() const { return m_outputs; }
49 inline bool OutputsHasBeenSet() const { return m_outputsHasBeenSet; }
50 template<typename OutputsT = ExperimentTemplateReportConfigurationOutputs>
51 void SetOutputs(OutputsT&& value) { m_outputsHasBeenSet = true; m_outputs = std::forward<OutputsT>(value); }
52 template<typename OutputsT = ExperimentTemplateReportConfigurationOutputs>
53 ExperimentTemplateReportConfiguration& WithOutputs(OutputsT&& value) { SetOutputs(std::forward<OutputsT>(value)); return *this;}
55
57
60 inline const ExperimentTemplateReportConfigurationDataSources& GetDataSources() const { return m_dataSources; }
61 inline bool DataSourcesHasBeenSet() const { return m_dataSourcesHasBeenSet; }
62 template<typename DataSourcesT = ExperimentTemplateReportConfigurationDataSources>
63 void SetDataSources(DataSourcesT&& value) { m_dataSourcesHasBeenSet = true; m_dataSources = std::forward<DataSourcesT>(value); }
64 template<typename DataSourcesT = ExperimentTemplateReportConfigurationDataSources>
65 ExperimentTemplateReportConfiguration& WithDataSources(DataSourcesT&& value) { SetDataSources(std::forward<DataSourcesT>(value)); return *this;}
67
69
73 inline const Aws::String& GetPreExperimentDuration() const { return m_preExperimentDuration; }
74 inline bool PreExperimentDurationHasBeenSet() const { return m_preExperimentDurationHasBeenSet; }
75 template<typename PreExperimentDurationT = Aws::String>
76 void SetPreExperimentDuration(PreExperimentDurationT&& value) { m_preExperimentDurationHasBeenSet = true; m_preExperimentDuration = std::forward<PreExperimentDurationT>(value); }
77 template<typename PreExperimentDurationT = Aws::String>
78 ExperimentTemplateReportConfiguration& WithPreExperimentDuration(PreExperimentDurationT&& value) { SetPreExperimentDuration(std::forward<PreExperimentDurationT>(value)); return *this;}
80
82
86 inline const Aws::String& GetPostExperimentDuration() const { return m_postExperimentDuration; }
87 inline bool PostExperimentDurationHasBeenSet() const { return m_postExperimentDurationHasBeenSet; }
88 template<typename PostExperimentDurationT = Aws::String>
89 void SetPostExperimentDuration(PostExperimentDurationT&& value) { m_postExperimentDurationHasBeenSet = true; m_postExperimentDuration = std::forward<PostExperimentDurationT>(value); }
90 template<typename PostExperimentDurationT = Aws::String>
91 ExperimentTemplateReportConfiguration& WithPostExperimentDuration(PostExperimentDurationT&& value) { SetPostExperimentDuration(std::forward<PostExperimentDurationT>(value)); return *this;}
93 private:
94
96 bool m_outputsHasBeenSet = false;
97
99 bool m_dataSourcesHasBeenSet = false;
100
101 Aws::String m_preExperimentDuration;
102 bool m_preExperimentDurationHasBeenSet = false;
103
104 Aws::String m_postExperimentDuration;
105 bool m_postExperimentDurationHasBeenSet = false;
106 };
107
108} // namespace Model
109} // namespace FIS
110} // namespace Aws
ExperimentTemplateReportConfiguration & WithPreExperimentDuration(PreExperimentDurationT &&value)
AWS_FIS_API ExperimentTemplateReportConfiguration(Aws::Utils::Json::JsonView jsonValue)
const ExperimentTemplateReportConfigurationOutputs & GetOutputs() const
const ExperimentTemplateReportConfigurationDataSources & GetDataSources() const
ExperimentTemplateReportConfiguration & WithOutputs(OutputsT &&value)
ExperimentTemplateReportConfiguration & WithDataSources(DataSourcesT &&value)
ExperimentTemplateReportConfiguration & WithPostExperimentDuration(PostExperimentDurationT &&value)
AWS_FIS_API ExperimentTemplateReportConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue