7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/databrew/GlueDataBrewRequest.h>
10#include <aws/databrew/GlueDataBrew_EXPORTS.h>
15namespace GlueDataBrew {
38 template <
typename JobNamesT = Aws::Vector<Aws::String>>
40 m_jobNamesHasBeenSet =
true;
41 m_jobNames = std::forward<JobNamesT>(value);
43 template <
typename JobNamesT = Aws::Vector<Aws::String>>
48 template <
typename JobNamesT = Aws::String>
50 m_jobNamesHasBeenSet =
true;
51 m_jobNames.emplace_back(std::forward<JobNamesT>(value));
65 template <
typename CronExpressionT = Aws::String>
67 m_cronExpressionHasBeenSet =
true;
68 m_cronExpression = std::forward<CronExpressionT>(value);
70 template <
typename CronExpressionT = Aws::String>
83 template <
typename NameT = Aws::String>
85 m_nameHasBeenSet =
true;
86 m_name = std::forward<NameT>(value);
88 template <
typename NameT = Aws::String>
90 SetName(std::forward<NameT>(value));
100 bool m_jobNamesHasBeenSet =
false;
101 bool m_cronExpressionHasBeenSet =
false;
102 bool m_nameHasBeenSet =
false;
bool JobNamesHasBeenSet() const
UpdateScheduleRequest & WithCronExpression(CronExpressionT &&value)
const Aws::String & GetName() const
UpdateScheduleRequest & WithJobNames(JobNamesT &&value)
UpdateScheduleRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::Vector< Aws::String > & GetJobNames() const
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
UpdateScheduleRequest & AddJobNames(JobNamesT &&value)
void SetJobNames(JobNamesT &&value)
void SetCronExpression(CronExpressionT &&value)
bool CronExpressionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCronExpression() const
AWS_GLUEDATABREW_API UpdateScheduleRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector