AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
ExperimentTemplateReportConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
9#include <aws/fis/model/ExperimentTemplateReportConfigurationDataSources.h>
10#include <aws/fis/model/ExperimentTemplateReportConfigurationOutputs.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace FIS {
22namespace Model {
23
32 public:
37
39
42 inline const ExperimentTemplateReportConfigurationOutputs& GetOutputs() const { return m_outputs; }
43 inline bool OutputsHasBeenSet() const { return m_outputsHasBeenSet; }
44 template <typename OutputsT = ExperimentTemplateReportConfigurationOutputs>
45 void SetOutputs(OutputsT&& value) {
46 m_outputsHasBeenSet = true;
47 m_outputs = std::forward<OutputsT>(value);
48 }
49 template <typename OutputsT = ExperimentTemplateReportConfigurationOutputs>
51 SetOutputs(std::forward<OutputsT>(value));
52 return *this;
53 }
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) {
64 m_dataSourcesHasBeenSet = true;
65 m_dataSources = std::forward<DataSourcesT>(value);
66 }
67 template <typename DataSourcesT = ExperimentTemplateReportConfigurationDataSources>
69 SetDataSources(std::forward<DataSourcesT>(value));
70 return *this;
71 }
73
75
79 inline const Aws::String& GetPreExperimentDuration() const { return m_preExperimentDuration; }
80 inline bool PreExperimentDurationHasBeenSet() const { return m_preExperimentDurationHasBeenSet; }
81 template <typename PreExperimentDurationT = Aws::String>
82 void SetPreExperimentDuration(PreExperimentDurationT&& value) {
83 m_preExperimentDurationHasBeenSet = true;
84 m_preExperimentDuration = std::forward<PreExperimentDurationT>(value);
85 }
86 template <typename PreExperimentDurationT = Aws::String>
88 SetPreExperimentDuration(std::forward<PreExperimentDurationT>(value));
89 return *this;
90 }
92
94
98 inline const Aws::String& GetPostExperimentDuration() const { return m_postExperimentDuration; }
99 inline bool PostExperimentDurationHasBeenSet() const { return m_postExperimentDurationHasBeenSet; }
100 template <typename PostExperimentDurationT = Aws::String>
101 void SetPostExperimentDuration(PostExperimentDurationT&& value) {
102 m_postExperimentDurationHasBeenSet = true;
103 m_postExperimentDuration = std::forward<PostExperimentDurationT>(value);
104 }
105 template <typename PostExperimentDurationT = Aws::String>
107 SetPostExperimentDuration(std::forward<PostExperimentDurationT>(value));
108 return *this;
109 }
111 private:
113
115
116 Aws::String m_preExperimentDuration;
117
118 Aws::String m_postExperimentDuration;
119 bool m_outputsHasBeenSet = false;
120 bool m_dataSourcesHasBeenSet = false;
121 bool m_preExperimentDurationHasBeenSet = false;
122 bool m_postExperimentDurationHasBeenSet = false;
123};
124
125} // namespace Model
126} // namespace FIS
127} // 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