7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/databrew/model/RecipeStep.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename CreatedByT = Aws::String>
45 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
46 template<
typename CreatedByT = Aws::String>
55 template<
typename CreateDateT = Aws::Utils::DateTime>
56 void SetCreateDate(CreateDateT&& value) { m_createDateHasBeenSet =
true; m_createDate = std::forward<CreateDateT>(value); }
57 template<
typename CreateDateT = Aws::Utils::DateTime>
66 template<
typename LastModifiedByT = Aws::String>
67 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
68 template<
typename LastModifiedByT = Aws::String>
77 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
78 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
79 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
88 template<
typename ProjectNameT = Aws::String>
89 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
90 template<
typename ProjectNameT = Aws::String>
99 template<
typename PublishedByT = Aws::String>
100 void SetPublishedBy(PublishedByT&& value) { m_publishedByHasBeenSet =
true; m_publishedBy = std::forward<PublishedByT>(value); }
101 template<
typename PublishedByT = Aws::String>
110 template<
typename PublishedDateT = Aws::Utils::DateTime>
111 void SetPublishedDate(PublishedDateT&& value) { m_publishedDateHasBeenSet =
true; m_publishedDate = std::forward<PublishedDateT>(value); }
112 template<
typename PublishedDateT = Aws::Utils::DateTime>
121 template<
typename DescriptionT = Aws::String>
122 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
123 template<
typename DescriptionT = Aws::String>
132 template<
typename NameT = Aws::String>
133 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
134 template<
typename NameT = Aws::String>
144 template<
typename StepsT = Aws::Vector<RecipeStep>>
145 void SetSteps(StepsT&& value) { m_stepsHasBeenSet =
true; m_steps = std::forward<StepsT>(value); }
146 template<
typename StepsT = Aws::Vector<RecipeStep>>
148 template<
typename StepsT = RecipeStep>
157 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
158 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
159 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
161 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
163 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
172 template<
typename ResourceArnT = Aws::String>
173 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
174 template<
typename ResourceArnT = Aws::String>
183 template<
typename RecipeVersionT = Aws::String>
184 void SetRecipeVersion(RecipeVersionT&& value) { m_recipeVersionHasBeenSet =
true; m_recipeVersion = std::forward<RecipeVersionT>(value); }
185 template<
typename RecipeVersionT = Aws::String>
192 template<
typename RequestIdT = Aws::String>
193 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
194 template<
typename RequestIdT = Aws::String>
200 bool m_createdByHasBeenSet =
false;
203 bool m_createDateHasBeenSet =
false;
206 bool m_lastModifiedByHasBeenSet =
false;
209 bool m_lastModifiedDateHasBeenSet =
false;
212 bool m_projectNameHasBeenSet =
false;
215 bool m_publishedByHasBeenSet =
false;
218 bool m_publishedDateHasBeenSet =
false;
221 bool m_descriptionHasBeenSet =
false;
224 bool m_nameHasBeenSet =
false;
227 bool m_stepsHasBeenSet =
false;
230 bool m_tagsHasBeenSet =
false;
233 bool m_resourceArnHasBeenSet =
false;
236 bool m_recipeVersionHasBeenSet =
false;
239 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