7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/CloudWatchEvidentlyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/evidently/model/ScheduledSplitsLaunchConfig.h>
12#include <aws/evidently/model/LaunchGroupConfig.h>
13#include <aws/evidently/model/MetricMonitorConfig.h>
18namespace CloudWatchEvidently
45 template<
typename DescriptionT = Aws::String>
46 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
47 template<
typename DescriptionT = Aws::String>
58 template<
typename GroupsT = Aws::Vector<LaunchGroupConfig>>
59 void SetGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups = std::forward<GroupsT>(value); }
60 template<
typename GroupsT = Aws::Vector<LaunchGroupConfig>>
62 template<
typename GroupsT = LaunchGroupConfig>
72 template<
typename LaunchT = Aws::String>
73 void SetLaunch(LaunchT&& value) { m_launchHasBeenSet =
true; m_launch = std::forward<LaunchT>(value); }
74 template<
typename LaunchT = Aws::String>
85 template<
typename MetricMonitorsT = Aws::Vector<MetricMonitorConfig>>
86 void SetMetricMonitors(MetricMonitorsT&& value) { m_metricMonitorsHasBeenSet =
true; m_metricMonitors = std::forward<MetricMonitorsT>(value); }
87 template<
typename MetricMonitorsT = Aws::Vector<MetricMonitorConfig>>
89 template<
typename MetricMonitorsT = MetricMonitorConfig>
100 template<
typename ProjectT = Aws::String>
101 void SetProject(ProjectT&& value) { m_projectHasBeenSet =
true; m_project = std::forward<ProjectT>(value); }
102 template<
typename ProjectT = Aws::String>
116 template<
typename RandomizationSaltT = Aws::String>
117 void SetRandomizationSalt(RandomizationSaltT&& value) { m_randomizationSaltHasBeenSet =
true; m_randomizationSalt = std::forward<RandomizationSaltT>(value); }
118 template<
typename RandomizationSaltT = Aws::String>
129 template<
typename ScheduledSplitsConfigT = ScheduledSplitsLaunchConfig>
130 void SetScheduledSplitsConfig(ScheduledSplitsConfigT&& value) { m_scheduledSplitsConfigHasBeenSet =
true; m_scheduledSplitsConfig = std::forward<ScheduledSplitsConfigT>(value); }
131 template<
typename ScheduledSplitsConfigT = ScheduledSplitsLaunchConfig>
137 bool m_descriptionHasBeenSet =
false;
140 bool m_groupsHasBeenSet =
false;
143 bool m_launchHasBeenSet =
false;
146 bool m_metricMonitorsHasBeenSet =
false;
149 bool m_projectHasBeenSet =
false;
152 bool m_randomizationSaltHasBeenSet =
false;
155 bool m_scheduledSplitsConfigHasBeenSet =
false;
void SetProject(ProjectT &&value)
void SetMetricMonitors(MetricMonitorsT &&value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
bool GroupsHasBeenSet() const
bool ProjectHasBeenSet() const
const Aws::Vector< MetricMonitorConfig > & GetMetricMonitors() const
const Aws::Vector< LaunchGroupConfig > & GetGroups() const
void SetGroups(GroupsT &&value)
AWS_CLOUDWATCHEVIDENTLY_API UpdateLaunchRequest()=default
UpdateLaunchRequest & WithLaunch(LaunchT &&value)
void SetLaunch(LaunchT &&value)
void SetRandomizationSalt(RandomizationSaltT &&value)
const Aws::String & GetProject() const
bool DescriptionHasBeenSet() const
const Aws::String & GetLaunch() const
const Aws::String & GetDescription() const
const ScheduledSplitsLaunchConfig & GetScheduledSplitsConfig() const
bool RandomizationSaltHasBeenSet() const
UpdateLaunchRequest & WithProject(ProjectT &&value)
UpdateLaunchRequest & AddGroups(GroupsT &&value)
UpdateLaunchRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool LaunchHasBeenSet() const
const Aws::String & GetRandomizationSalt() const
bool ScheduledSplitsConfigHasBeenSet() const
bool MetricMonitorsHasBeenSet() const
void SetScheduledSplitsConfig(ScheduledSplitsConfigT &&value)
UpdateLaunchRequest & AddMetricMonitors(MetricMonitorsT &&value)
UpdateLaunchRequest & WithMetricMonitors(MetricMonitorsT &&value)
UpdateLaunchRequest & WithGroups(GroupsT &&value)
UpdateLaunchRequest & WithScheduledSplitsConfig(ScheduledSplitsConfigT &&value)
UpdateLaunchRequest & WithRandomizationSalt(RandomizationSaltT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector