7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/databrew/GlueDataBrewRequest.h>
11#include <aws/databrew/GlueDataBrew_EXPORTS.h>
16namespace GlueDataBrew {
39 template <
typename JobNamesT = Aws::Vector<Aws::String>>
41 m_jobNamesHasBeenSet =
true;
42 m_jobNames = std::forward<JobNamesT>(value);
44 template <
typename JobNamesT = Aws::Vector<Aws::String>>
49 template <
typename JobNamesT = Aws::String>
51 m_jobNamesHasBeenSet =
true;
52 m_jobNames.emplace_back(std::forward<JobNamesT>(value));
66 template <
typename CronExpressionT = Aws::String>
68 m_cronExpressionHasBeenSet =
true;
69 m_cronExpression = std::forward<CronExpressionT>(value);
71 template <
typename CronExpressionT = Aws::String>
84 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 m_tagsHasBeenSet =
true;
87 m_tags = std::forward<TagsT>(value);
89 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
91 SetTags(std::forward<TagsT>(value));
94 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
96 m_tagsHasBeenSet =
true;
97 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
109 template <
typename NameT = Aws::String>
111 m_nameHasBeenSet =
true;
112 m_name = std::forward<NameT>(value);
114 template <
typename NameT = Aws::String>
116 SetName(std::forward<NameT>(value));
128 bool m_jobNamesHasBeenSet =
false;
129 bool m_cronExpressionHasBeenSet =
false;
130 bool m_tagsHasBeenSet =
false;
131 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