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>
13#include <aws/databrew/model/RecipeStep.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace GlueDataBrew {
39 template <
typename CreatedByT = Aws::String>
41 m_createdByHasBeenSet =
true;
42 m_createdBy = std::forward<CreatedByT>(value);
44 template <
typename CreatedByT = Aws::String>
56 template <
typename CreateDateT = Aws::Utils::DateTime>
58 m_createDateHasBeenSet =
true;
59 m_createDate = std::forward<CreateDateT>(value);
61 template <
typename CreateDateT = Aws::Utils::DateTime>
73 template <
typename LastModifiedByT = Aws::String>
75 m_lastModifiedByHasBeenSet =
true;
76 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
78 template <
typename LastModifiedByT = Aws::String>
90 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
92 m_lastModifiedDateHasBeenSet =
true;
93 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
95 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
107 template <
typename ProjectNameT = Aws::String>
109 m_projectNameHasBeenSet =
true;
110 m_projectName = std::forward<ProjectNameT>(value);
112 template <
typename ProjectNameT = Aws::String>
124 template <
typename PublishedByT = Aws::String>
126 m_publishedByHasBeenSet =
true;
127 m_publishedBy = std::forward<PublishedByT>(value);
129 template <
typename PublishedByT = Aws::String>
141 template <
typename PublishedDateT = Aws::Utils::DateTime>
143 m_publishedDateHasBeenSet =
true;
144 m_publishedDate = std::forward<PublishedDateT>(value);
146 template <
typename PublishedDateT = Aws::Utils::DateTime>
158 template <
typename DescriptionT = Aws::String>
160 m_descriptionHasBeenSet =
true;
161 m_description = std::forward<DescriptionT>(value);
163 template <
typename DescriptionT = Aws::String>
175 template <
typename NameT = Aws::String>
177 m_nameHasBeenSet =
true;
178 m_name = std::forward<NameT>(value);
180 template <
typename NameT = Aws::String>
182 SetName(std::forward<NameT>(value));
193 template <
typename StepsT = Aws::Vector<RecipeStep>>
195 m_stepsHasBeenSet =
true;
196 m_steps = std::forward<StepsT>(value);
198 template <
typename StepsT = Aws::Vector<RecipeStep>>
200 SetSteps(std::forward<StepsT>(value));
203 template <
typename StepsT = RecipeStep>
205 m_stepsHasBeenSet =
true;
206 m_steps.emplace_back(std::forward<StepsT>(value));
216 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
218 m_tagsHasBeenSet =
true;
219 m_tags = std::forward<TagsT>(value);
221 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
223 SetTags(std::forward<TagsT>(value));
226 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
228 m_tagsHasBeenSet =
true;
229 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
239 template <
typename ResourceArnT = Aws::String>
241 m_resourceArnHasBeenSet =
true;
242 m_resourceArn = std::forward<ResourceArnT>(value);
244 template <
typename ResourceArnT = Aws::String>
256 template <
typename RecipeVersionT = Aws::String>
258 m_recipeVersionHasBeenSet =
true;
259 m_recipeVersion = std::forward<RecipeVersionT>(value);
261 template <
typename RecipeVersionT = Aws::String>
271 template <
typename RequestIdT = Aws::String>
273 m_requestIdHasBeenSet =
true;
274 m_requestId = std::forward<RequestIdT>(value);
276 template <
typename RequestIdT = Aws::String>
313 bool m_createdByHasBeenSet =
false;
314 bool m_createDateHasBeenSet =
false;
315 bool m_lastModifiedByHasBeenSet =
false;
316 bool m_lastModifiedDateHasBeenSet =
false;
317 bool m_projectNameHasBeenSet =
false;
318 bool m_publishedByHasBeenSet =
false;
319 bool m_publishedDateHasBeenSet =
false;
320 bool m_descriptionHasBeenSet =
false;
321 bool m_nameHasBeenSet =
false;
322 bool m_stepsHasBeenSet =
false;
323 bool m_tagsHasBeenSet =
false;
324 bool m_resourceArnHasBeenSet =
false;
325 bool m_recipeVersionHasBeenSet =
false;
326 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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