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/core/utils/memory/stl/AWSMap.h>
13#include <aws/evidently/model/LaunchGroupConfig.h>
14#include <aws/evidently/model/MetricMonitorConfig.h>
19namespace CloudWatchEvidently
46 template<
typename DescriptionT = Aws::String>
47 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
48 template<
typename DescriptionT = Aws::String>
59 template<
typename GroupsT = Aws::Vector<LaunchGroupConfig>>
60 void SetGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups = std::forward<GroupsT>(value); }
61 template<
typename GroupsT = Aws::Vector<LaunchGroupConfig>>
63 template<
typename GroupsT = LaunchGroupConfig>
74 template<
typename MetricMonitorsT = Aws::Vector<MetricMonitorConfig>>
75 void SetMetricMonitors(MetricMonitorsT&& value) { m_metricMonitorsHasBeenSet =
true; m_metricMonitors = std::forward<MetricMonitorsT>(value); }
76 template<
typename MetricMonitorsT = Aws::Vector<MetricMonitorConfig>>
78 template<
typename MetricMonitorsT = MetricMonitorConfig>
88 template<
typename NameT = Aws::String>
89 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
90 template<
typename NameT = Aws::String>
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>
149 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
150 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
151 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
153 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
155 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
161 bool m_descriptionHasBeenSet =
false;
164 bool m_groupsHasBeenSet =
false;
167 bool m_metricMonitorsHasBeenSet =
false;
170 bool m_nameHasBeenSet =
false;
173 bool m_projectHasBeenSet =
false;
176 bool m_randomizationSaltHasBeenSet =
false;
179 bool m_scheduledSplitsConfigHasBeenSet =
false;
182 bool m_tagsHasBeenSet =
false;
const ScheduledSplitsLaunchConfig & GetScheduledSplitsConfig() const
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
CreateLaunchRequest & AddMetricMonitors(MetricMonitorsT &&value)
CreateLaunchRequest & WithScheduledSplitsConfig(ScheduledSplitsConfigT &&value)
CreateLaunchRequest & WithGroups(GroupsT &&value)
CreateLaunchRequest & WithProject(ProjectT &&value)
void SetMetricMonitors(MetricMonitorsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_CLOUDWATCHEVIDENTLY_API CreateLaunchRequest()=default
void SetRandomizationSalt(RandomizationSaltT &&value)
bool ScheduledSplitsConfigHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
void SetProject(ProjectT &&value)
bool ProjectHasBeenSet() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
bool GroupsHasBeenSet() const
const Aws::String & GetProject() const
CreateLaunchRequest & WithRandomizationSalt(RandomizationSaltT &&value)
const Aws::String & GetRandomizationSalt() const
bool MetricMonitorsHasBeenSet() const
bool RandomizationSaltHasBeenSet() const
void SetTags(TagsT &&value)
CreateLaunchRequest & WithTags(TagsT &&value)
CreateLaunchRequest & WithDescription(DescriptionT &&value)
void SetGroups(GroupsT &&value)
void SetScheduledSplitsConfig(ScheduledSplitsConfigT &&value)
CreateLaunchRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateLaunchRequest & WithName(NameT &&value)
const Aws::Vector< MetricMonitorConfig > & GetMetricMonitors() const
bool TagsHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateLaunchRequest & AddGroups(GroupsT &&value)
CreateLaunchRequest & WithMetricMonitors(MetricMonitorsT &&value)
const Aws::Vector< LaunchGroupConfig > & GetGroups() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector