7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/databrew/GlueDataBrew_EXPORTS.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace GlueDataBrew {
38 template <
typename CreateDateT = Aws::Utils::DateTime>
40 m_createDateHasBeenSet =
true;
41 m_createDate = std::forward<CreateDateT>(value);
43 template <
typename CreateDateT = Aws::Utils::DateTime>
55 template <
typename CreatedByT = Aws::String>
57 m_createdByHasBeenSet =
true;
58 m_createdBy = std::forward<CreatedByT>(value);
60 template <
typename CreatedByT = Aws::String>
72 template <
typename JobNamesT = Aws::Vector<Aws::String>>
74 m_jobNamesHasBeenSet =
true;
75 m_jobNames = std::forward<JobNamesT>(value);
77 template <
typename JobNamesT = Aws::Vector<Aws::String>>
82 template <
typename JobNamesT = Aws::String>
84 m_jobNamesHasBeenSet =
true;
85 m_jobNames.emplace_back(std::forward<JobNamesT>(value));
95 template <
typename LastModifiedByT = Aws::String>
97 m_lastModifiedByHasBeenSet =
true;
98 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
100 template <
typename LastModifiedByT = Aws::String>
112 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
114 m_lastModifiedDateHasBeenSet =
true;
115 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
117 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
129 template <
typename ResourceArnT = Aws::String>
131 m_resourceArnHasBeenSet =
true;
132 m_resourceArn = std::forward<ResourceArnT>(value);
134 template <
typename ResourceArnT = Aws::String>
149 template <
typename CronExpressionT = Aws::String>
151 m_cronExpressionHasBeenSet =
true;
152 m_cronExpression = std::forward<CronExpressionT>(value);
154 template <
typename CronExpressionT = Aws::String>
166 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 m_tagsHasBeenSet =
true;
169 m_tags = std::forward<TagsT>(value);
171 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
173 SetTags(std::forward<TagsT>(value));
176 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
178 m_tagsHasBeenSet =
true;
179 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
189 template <
typename NameT = Aws::String>
191 m_nameHasBeenSet =
true;
192 m_name = std::forward<NameT>(value);
194 template <
typename NameT = Aws::String>
196 SetName(std::forward<NameT>(value));
204 template <
typename RequestIdT = Aws::String>
206 m_requestIdHasBeenSet =
true;
207 m_requestId = std::forward<RequestIdT>(value);
209 template <
typename RequestIdT = Aws::String>
238 bool m_createDateHasBeenSet =
false;
239 bool m_createdByHasBeenSet =
false;
240 bool m_jobNamesHasBeenSet =
false;
241 bool m_lastModifiedByHasBeenSet =
false;
242 bool m_lastModifiedDateHasBeenSet =
false;
243 bool m_resourceArnHasBeenSet =
false;
244 bool m_cronExpressionHasBeenSet =
false;
245 bool m_tagsHasBeenSet =
false;
246 bool m_nameHasBeenSet =
false;
247 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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