7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/databrew/GlueDataBrew_EXPORTS.h>
22namespace GlueDataBrew {
44 template <
typename AccountIdT = Aws::String>
46 m_accountIdHasBeenSet =
true;
47 m_accountId = std::forward<AccountIdT>(value);
49 template <
typename AccountIdT = Aws::String>
62 template <
typename CreatedByT = Aws::String>
64 m_createdByHasBeenSet =
true;
65 m_createdBy = std::forward<CreatedByT>(value);
67 template <
typename CreatedByT = Aws::String>
80 template <
typename CreateDateT = Aws::Utils::DateTime>
82 m_createDateHasBeenSet =
true;
83 m_createDate = std::forward<CreateDateT>(value);
85 template <
typename CreateDateT = Aws::Utils::DateTime>
98 template <
typename JobNamesT = Aws::Vector<Aws::String>>
100 m_jobNamesHasBeenSet =
true;
101 m_jobNames = std::forward<JobNamesT>(value);
103 template <
typename JobNamesT = Aws::Vector<Aws::String>>
108 template <
typename JobNamesT = Aws::String>
110 m_jobNamesHasBeenSet =
true;
111 m_jobNames.emplace_back(std::forward<JobNamesT>(value));
123 template <
typename LastModifiedByT = Aws::String>
125 m_lastModifiedByHasBeenSet =
true;
126 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
128 template <
typename LastModifiedByT = Aws::String>
141 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
143 m_lastModifiedDateHasBeenSet =
true;
144 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
146 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
159 template <
typename ResourceArnT = Aws::String>
161 m_resourceArnHasBeenSet =
true;
162 m_resourceArn = std::forward<ResourceArnT>(value);
164 template <
typename ResourceArnT = Aws::String>
179 template <
typename CronExpressionT = Aws::String>
181 m_cronExpressionHasBeenSet =
true;
182 m_cronExpression = std::forward<CronExpressionT>(value);
184 template <
typename CronExpressionT = Aws::String>
197 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
199 m_tagsHasBeenSet =
true;
200 m_tags = std::forward<TagsT>(value);
202 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
204 SetTags(std::forward<TagsT>(value));
207 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
209 m_tagsHasBeenSet =
true;
210 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
221 template <
typename NameT = Aws::String>
223 m_nameHasBeenSet =
true;
224 m_name = std::forward<NameT>(value);
226 template <
typename NameT = Aws::String>
228 SetName(std::forward<NameT>(value));
252 bool m_accountIdHasBeenSet =
false;
253 bool m_createdByHasBeenSet =
false;
254 bool m_createDateHasBeenSet =
false;
255 bool m_jobNamesHasBeenSet =
false;
256 bool m_lastModifiedByHasBeenSet =
false;
257 bool m_lastModifiedDateHasBeenSet =
false;
258 bool m_resourceArnHasBeenSet =
false;
259 bool m_cronExpressionHasBeenSet =
false;
260 bool m_tagsHasBeenSet =
false;
261 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