AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ExperimentReportConfigurationDataSources.h
1
6#pragma once
7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fis/model/ExperimentReportConfigurationCloudWatchDashboard.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace FIS
23{
24namespace Model
25{
26
34 {
35 public:
40
41
43
47 inline const Aws::Vector<ExperimentReportConfigurationCloudWatchDashboard>& GetCloudWatchDashboards() const { return m_cloudWatchDashboards; }
48 inline bool CloudWatchDashboardsHasBeenSet() const { return m_cloudWatchDashboardsHasBeenSet; }
49 template<typename CloudWatchDashboardsT = Aws::Vector<ExperimentReportConfigurationCloudWatchDashboard>>
50 void SetCloudWatchDashboards(CloudWatchDashboardsT&& value) { m_cloudWatchDashboardsHasBeenSet = true; m_cloudWatchDashboards = std::forward<CloudWatchDashboardsT>(value); }
51 template<typename CloudWatchDashboardsT = Aws::Vector<ExperimentReportConfigurationCloudWatchDashboard>>
52 ExperimentReportConfigurationDataSources& WithCloudWatchDashboards(CloudWatchDashboardsT&& value) { SetCloudWatchDashboards(std::forward<CloudWatchDashboardsT>(value)); return *this;}
53 template<typename CloudWatchDashboardsT = ExperimentReportConfigurationCloudWatchDashboard>
54 ExperimentReportConfigurationDataSources& AddCloudWatchDashboards(CloudWatchDashboardsT&& value) { m_cloudWatchDashboardsHasBeenSet = true; m_cloudWatchDashboards.emplace_back(std::forward<CloudWatchDashboardsT>(value)); return *this; }
56 private:
57
59 bool m_cloudWatchDashboardsHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace FIS
64} // namespace Aws
ExperimentReportConfigurationDataSources & AddCloudWatchDashboards(CloudWatchDashboardsT &&value)
const Aws::Vector< ExperimentReportConfigurationCloudWatchDashboard > & GetCloudWatchDashboards() const
AWS_FIS_API ExperimentReportConfigurationDataSources(Aws::Utils::Json::JsonView jsonValue)
ExperimentReportConfigurationDataSources & WithCloudWatchDashboards(CloudWatchDashboardsT &&value)
AWS_FIS_API ExperimentReportConfigurationDataSources & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue