7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
50 template<
typename AccountIdT = Aws::String>
51 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
52 template<
typename AccountIdT = Aws::String>
62 template<
typename CreatedByT = Aws::String>
63 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
64 template<
typename CreatedByT = Aws::String>
74 template<
typename CreateDateT = Aws::Utils::DateTime>
75 void SetCreateDate(CreateDateT&& value) { m_createDateHasBeenSet =
true; m_createDate = std::forward<CreateDateT>(value); }
76 template<
typename CreateDateT = Aws::Utils::DateTime>
86 template<
typename JobNamesT = Aws::Vector<Aws::String>>
87 void SetJobNames(JobNamesT&& value) { m_jobNamesHasBeenSet =
true; m_jobNames = std::forward<JobNamesT>(value); }
88 template<
typename JobNamesT = Aws::Vector<Aws::String>>
90 template<
typename JobNamesT = Aws::String>
91 Schedule&
AddJobNames(JobNamesT&& value) { m_jobNamesHasBeenSet =
true; m_jobNames.emplace_back(std::forward<JobNamesT>(value));
return *
this; }
101 template<
typename LastModifiedByT = Aws::String>
102 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
103 template<
typename LastModifiedByT = Aws::String>
113 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
114 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
115 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
125 template<
typename ResourceArnT = Aws::String>
126 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
127 template<
typename ResourceArnT = Aws::String>
139 template<
typename CronExpressionT = Aws::String>
140 void SetCronExpression(CronExpressionT&& value) { m_cronExpressionHasBeenSet =
true; m_cronExpression = std::forward<CronExpressionT>(value); }
141 template<
typename CronExpressionT = Aws::String>
151 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
152 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
153 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
155 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
157 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
167 template<
typename NameT = Aws::String>
168 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
169 template<
typename NameT = Aws::String>
175 bool m_accountIdHasBeenSet =
false;
178 bool m_createdByHasBeenSet =
false;
181 bool m_createDateHasBeenSet =
false;
184 bool m_jobNamesHasBeenSet =
false;
187 bool m_lastModifiedByHasBeenSet =
false;
190 bool m_lastModifiedDateHasBeenSet =
false;
193 bool m_resourceArnHasBeenSet =
false;
196 bool m_cronExpressionHasBeenSet =
false;
199 bool m_tagsHasBeenSet =
false;
202 bool m_nameHasBeenSet =
false;
AWS_GLUEDATABREW_API Schedule()=default
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetJobNames() const
void SetName(NameT &&value)
Schedule & AddJobNames(JobNamesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
Schedule & WithLastModifiedBy(LastModifiedByT &&value)
Schedule & WithTags(TagsT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
Schedule & WithAccountId(AccountIdT &&value)
bool CronExpressionHasBeenSet() const
Schedule & WithCreatedBy(CreatedByT &&value)
bool LastModifiedByHasBeenSet() const
AWS_GLUEDATABREW_API Schedule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCronExpression(CronExpressionT &&value)
bool CreatedByHasBeenSet() const
void SetTags(TagsT &&value)
Schedule & WithLastModifiedDate(LastModifiedDateT &&value)
Schedule & WithCronExpression(CronExpressionT &&value)
Schedule & WithResourceArn(ResourceArnT &&value)
Schedule & WithCreateDate(CreateDateT &&value)
const Aws::Utils::DateTime & GetCreateDate() const
bool ResourceArnHasBeenSet() const
const Aws::String & GetResourceArn() const
bool TagsHasBeenSet() const
Schedule & WithJobNames(JobNamesT &&value)
bool CreateDateHasBeenSet() const
Schedule & WithName(NameT &&value)
AWS_GLUEDATABREW_API Schedule(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAccountId() const
void SetResourceArn(ResourceArnT &&value)
void SetAccountId(AccountIdT &&value)
bool LastModifiedDateHasBeenSet() const
const Aws::String & GetLastModifiedBy() const
void SetJobNames(JobNamesT &&value)
Schedule & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
bool NameHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
bool AccountIdHasBeenSet() const
const Aws::String & GetCronExpression() const
void SetCreateDate(CreateDateT &&value)
bool JobNamesHasBeenSet() const
const Aws::String & GetCreatedBy() const
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() 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
Aws::Utils::Json::JsonValue JsonValue