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>
12#include <aws/databrew/model/RecipeStep.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace GlueDataBrew {
38 template <
typename CreatedByT = Aws::String>
40 m_createdByHasBeenSet =
true;
41 m_createdBy = std::forward<CreatedByT>(value);
43 template <
typename CreatedByT = Aws::String>
55 template <
typename CreateDateT = Aws::Utils::DateTime>
57 m_createDateHasBeenSet =
true;
58 m_createDate = std::forward<CreateDateT>(value);
60 template <
typename CreateDateT = Aws::Utils::DateTime>
72 template <
typename LastModifiedByT = Aws::String>
74 m_lastModifiedByHasBeenSet =
true;
75 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
77 template <
typename LastModifiedByT = Aws::String>
89 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
91 m_lastModifiedDateHasBeenSet =
true;
92 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
94 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
106 template <
typename ProjectNameT = Aws::String>
108 m_projectNameHasBeenSet =
true;
109 m_projectName = std::forward<ProjectNameT>(value);
111 template <
typename ProjectNameT = Aws::String>
123 template <
typename PublishedByT = Aws::String>
125 m_publishedByHasBeenSet =
true;
126 m_publishedBy = std::forward<PublishedByT>(value);
128 template <
typename PublishedByT = Aws::String>
140 template <
typename PublishedDateT = Aws::Utils::DateTime>
142 m_publishedDateHasBeenSet =
true;
143 m_publishedDate = std::forward<PublishedDateT>(value);
145 template <
typename PublishedDateT = Aws::Utils::DateTime>
157 template <
typename DescriptionT = Aws::String>
159 m_descriptionHasBeenSet =
true;
160 m_description = std::forward<DescriptionT>(value);
162 template <
typename DescriptionT = Aws::String>
174 template <
typename NameT = Aws::String>
176 m_nameHasBeenSet =
true;
177 m_name = std::forward<NameT>(value);
179 template <
typename NameT = Aws::String>
181 SetName(std::forward<NameT>(value));
192 template <
typename StepsT = Aws::Vector<RecipeStep>>
194 m_stepsHasBeenSet =
true;
195 m_steps = std::forward<StepsT>(value);
197 template <
typename StepsT = Aws::Vector<RecipeStep>>
199 SetSteps(std::forward<StepsT>(value));
202 template <
typename StepsT = RecipeStep>
204 m_stepsHasBeenSet =
true;
205 m_steps.emplace_back(std::forward<StepsT>(value));
215 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
217 m_tagsHasBeenSet =
true;
218 m_tags = std::forward<TagsT>(value);
220 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
222 SetTags(std::forward<TagsT>(value));
225 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
227 m_tagsHasBeenSet =
true;
228 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
238 template <
typename ResourceArnT = Aws::String>
240 m_resourceArnHasBeenSet =
true;
241 m_resourceArn = std::forward<ResourceArnT>(value);
243 template <
typename ResourceArnT = Aws::String>
255 template <
typename RecipeVersionT = Aws::String>
257 m_recipeVersionHasBeenSet =
true;
258 m_recipeVersion = std::forward<RecipeVersionT>(value);
260 template <
typename RecipeVersionT = Aws::String>
270 template <
typename RequestIdT = Aws::String>
272 m_requestIdHasBeenSet =
true;
273 m_requestId = std::forward<RequestIdT>(value);
275 template <
typename RequestIdT = Aws::String>
309 bool m_createdByHasBeenSet =
false;
310 bool m_createDateHasBeenSet =
false;
311 bool m_lastModifiedByHasBeenSet =
false;
312 bool m_lastModifiedDateHasBeenSet =
false;
313 bool m_projectNameHasBeenSet =
false;
314 bool m_publishedByHasBeenSet =
false;
315 bool m_publishedDateHasBeenSet =
false;
316 bool m_descriptionHasBeenSet =
false;
317 bool m_nameHasBeenSet =
false;
318 bool m_stepsHasBeenSet =
false;
319 bool m_tagsHasBeenSet =
false;
320 bool m_resourceArnHasBeenSet =
false;
321 bool m_recipeVersionHasBeenSet =
false;
322 bool m_requestIdHasBeenSet =
false;
DescribeRecipeResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetDescription() const
void SetResourceArn(ResourceArnT &&value)
AWS_GLUEDATABREW_API DescribeRecipeResult()=default
const Aws::String & GetCreatedBy() const
DescribeRecipeResult & WithCreateDate(CreateDateT &&value)
const Aws::String & GetResourceArn() const
void SetLastModifiedBy(LastModifiedByT &&value)
const Aws::String & GetRequestId() const
DescribeRecipeResult & WithLastModifiedDate(LastModifiedDateT &&value)
DescribeRecipeResult & WithProjectName(ProjectNameT &&value)
const Aws::Vector< RecipeStep > & GetSteps() const
void SetRequestId(RequestIdT &&value)
void SetName(NameT &&value)
void SetTags(TagsT &&value)
void SetSteps(StepsT &&value)
void SetPublishedBy(PublishedByT &&value)
void SetProjectName(ProjectNameT &&value)
const Aws::String & GetProjectName() const
const Aws::Utils::DateTime & GetCreateDate() const
DescribeRecipeResult & WithSteps(StepsT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetRecipeVersion() const
DescribeRecipeResult & WithCreatedBy(CreatedByT &&value)
DescribeRecipeResult & WithResourceArn(ResourceArnT &&value)
AWS_GLUEDATABREW_API DescribeRecipeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
const Aws::String & GetPublishedBy() const
AWS_GLUEDATABREW_API DescribeRecipeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRecipeResult & WithTags(TagsT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetRecipeVersion(RecipeVersionT &&value)
DescribeRecipeResult & WithRecipeVersion(RecipeVersionT &&value)
DescribeRecipeResult & AddSteps(StepsT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetLastModifiedBy() const
DescribeRecipeResult & WithPublishedBy(PublishedByT &&value)
DescribeRecipeResult & WithLastModifiedBy(LastModifiedByT &&value)
DescribeRecipeResult & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetPublishedDate() const
void SetPublishedDate(PublishedDateT &&value)
DescribeRecipeResult & WithRequestId(RequestIdT &&value)
DescribeRecipeResult & WithName(NameT &&value)
DescribeRecipeResult & WithPublishedDate(PublishedDateT &&value)
void SetCreateDate(CreateDateT &&value)
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