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>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace GlueDataBrew {
37 template <
typename CreateDateT = Aws::Utils::DateTime>
39 m_createDateHasBeenSet =
true;
40 m_createDate = std::forward<CreateDateT>(value);
42 template <
typename CreateDateT = Aws::Utils::DateTime>
54 template <
typename CreatedByT = Aws::String>
56 m_createdByHasBeenSet =
true;
57 m_createdBy = std::forward<CreatedByT>(value);
59 template <
typename CreatedByT = Aws::String>
71 template <
typename JobNamesT = Aws::Vector<Aws::String>>
73 m_jobNamesHasBeenSet =
true;
74 m_jobNames = std::forward<JobNamesT>(value);
76 template <
typename JobNamesT = Aws::Vector<Aws::String>>
81 template <
typename JobNamesT = Aws::String>
83 m_jobNamesHasBeenSet =
true;
84 m_jobNames.emplace_back(std::forward<JobNamesT>(value));
94 template <
typename LastModifiedByT = Aws::String>
96 m_lastModifiedByHasBeenSet =
true;
97 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
99 template <
typename LastModifiedByT = Aws::String>
111 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
113 m_lastModifiedDateHasBeenSet =
true;
114 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
116 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
128 template <
typename ResourceArnT = Aws::String>
130 m_resourceArnHasBeenSet =
true;
131 m_resourceArn = std::forward<ResourceArnT>(value);
133 template <
typename ResourceArnT = Aws::String>
148 template <
typename CronExpressionT = Aws::String>
150 m_cronExpressionHasBeenSet =
true;
151 m_cronExpression = std::forward<CronExpressionT>(value);
153 template <
typename CronExpressionT = Aws::String>
165 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
167 m_tagsHasBeenSet =
true;
168 m_tags = std::forward<TagsT>(value);
170 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
172 SetTags(std::forward<TagsT>(value));
175 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
177 m_tagsHasBeenSet =
true;
178 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
188 template <
typename NameT = Aws::String>
190 m_nameHasBeenSet =
true;
191 m_name = std::forward<NameT>(value);
193 template <
typename NameT = Aws::String>
195 SetName(std::forward<NameT>(value));
203 template <
typename RequestIdT = Aws::String>
205 m_requestIdHasBeenSet =
true;
206 m_requestId = std::forward<RequestIdT>(value);
208 template <
typename RequestIdT = Aws::String>
234 bool m_createDateHasBeenSet =
false;
235 bool m_createdByHasBeenSet =
false;
236 bool m_jobNamesHasBeenSet =
false;
237 bool m_lastModifiedByHasBeenSet =
false;
238 bool m_lastModifiedDateHasBeenSet =
false;
239 bool m_resourceArnHasBeenSet =
false;
240 bool m_cronExpressionHasBeenSet =
false;
241 bool m_tagsHasBeenSet =
false;
242 bool m_nameHasBeenSet =
false;
243 bool m_requestIdHasBeenSet =
false;
DescribeScheduleResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
DescribeScheduleResult & AddJobNames(JobNamesT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
DescribeScheduleResult & WithResourceArn(ResourceArnT &&value)
void SetCreateDate(CreateDateT &&value)
AWS_GLUEDATABREW_API DescribeScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
DescribeScheduleResult & WithTags(TagsT &&value)
const Aws::String & GetCreatedBy() const
const Aws::Utils::DateTime & GetCreateDate() const
const Aws::String & GetResourceArn() const
void SetCronExpression(CronExpressionT &&value)
const Aws::String & GetName() const
void SetJobNames(JobNamesT &&value)
const Aws::Vector< Aws::String > & GetJobNames() const
void SetResourceArn(ResourceArnT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
DescribeScheduleResult & WithJobNames(JobNamesT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetLastModifiedBy() const
const Aws::String & GetCronExpression() const
void SetRequestId(RequestIdT &&value)
DescribeScheduleResult & WithCronExpression(CronExpressionT &&value)
DescribeScheduleResult & WithCreatedBy(CreatedByT &&value)
DescribeScheduleResult & WithCreateDate(CreateDateT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DescribeScheduleResult & WithName(NameT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
AWS_GLUEDATABREW_API DescribeScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeScheduleResult & WithLastModifiedDate(LastModifiedDateT &&value)
DescribeScheduleResult & WithRequestId(RequestIdT &&value)
DescribeScheduleResult & WithLastModifiedBy(LastModifiedByT &&value)
AWS_GLUEDATABREW_API DescribeScheduleResult()=default
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