7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
43 template<
typename JobNamesT = Aws::Vector<Aws::String>>
44 void SetJobNames(JobNamesT&& value) { m_jobNamesHasBeenSet =
true; m_jobNames = std::forward<JobNamesT>(value); }
45 template<
typename JobNamesT = Aws::Vector<Aws::String>>
47 template<
typename JobNamesT = Aws::String>
60 template<
typename CronExpressionT = Aws::String>
61 void SetCronExpression(CronExpressionT&& value) { m_cronExpressionHasBeenSet =
true; m_cronExpression = std::forward<CronExpressionT>(value); }
62 template<
typename CronExpressionT = Aws::String>
72 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
73 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
74 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
76 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
78 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
89 template<
typename NameT = Aws::String>
90 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
91 template<
typename NameT = Aws::String>
97 bool m_jobNamesHasBeenSet =
false;
100 bool m_cronExpressionHasBeenSet =
false;
103 bool m_tagsHasBeenSet =
false;
106 bool m_nameHasBeenSet =
false;
CreateScheduleRequest & WithCronExpression(CronExpressionT &&value)
CreateScheduleRequest & WithName(NameT &&value)
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool CronExpressionHasBeenSet() const
CreateScheduleRequest & AddJobNames(JobNamesT &&value)
bool NameHasBeenSet() const
CreateScheduleRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
CreateScheduleRequest & WithJobNames(JobNamesT &&value)
void SetTags(TagsT &&value)
void SetCronExpression(CronExpressionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateScheduleRequest & WithTags(TagsT &&value)
bool JobNamesHasBeenSet() const
AWS_GLUEDATABREW_API CreateScheduleRequest()=default
bool TagsHasBeenSet() const
const Aws::String & GetCronExpression() const
const Aws::Vector< Aws::String > & GetJobNames() const
void SetJobNames(JobNamesT &&value)
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