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/databrew/GlueDataBrew_EXPORTS.h>
11#include <aws/databrew/model/Sample.h>
12#include <aws/databrew/model/SessionStatus.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 DatasetNameT = Aws::String>
74 m_datasetNameHasBeenSet =
true;
75 m_datasetName = std::forward<DatasetNameT>(value);
77 template <
typename DatasetNameT = 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 LastModifiedByT = Aws::String>
108 m_lastModifiedByHasBeenSet =
true;
109 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
111 template <
typename LastModifiedByT = Aws::String>
123 template <
typename NameT = Aws::String>
125 m_nameHasBeenSet =
true;
126 m_name = std::forward<NameT>(value);
128 template <
typename NameT = Aws::String>
130 SetName(std::forward<NameT>(value));
140 template <
typename RecipeNameT = Aws::String>
142 m_recipeNameHasBeenSet =
true;
143 m_recipeName = std::forward<RecipeNameT>(value);
145 template <
typename RecipeNameT = Aws::String>
157 template <
typename ResourceArnT = Aws::String>
159 m_resourceArnHasBeenSet =
true;
160 m_resourceArn = std::forward<ResourceArnT>(value);
162 template <
typename ResourceArnT = Aws::String>
172 template <
typename SampleT = Sample>
174 m_sampleHasBeenSet =
true;
175 m_sample = std::forward<SampleT>(value);
177 template <
typename SampleT = Sample>
190 template <
typename RoleArnT = Aws::String>
192 m_roleArnHasBeenSet =
true;
193 m_roleArn = std::forward<RoleArnT>(value);
195 template <
typename RoleArnT = Aws::String>
207 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
209 m_tagsHasBeenSet =
true;
210 m_tags = std::forward<TagsT>(value);
212 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
214 SetTags(std::forward<TagsT>(value));
217 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
219 m_tagsHasBeenSet =
true;
220 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
235 m_sessionStatusHasBeenSet =
true;
236 m_sessionStatus = value;
249 template <
typename OpenedByT = Aws::String>
251 m_openedByHasBeenSet =
true;
252 m_openedBy = std::forward<OpenedByT>(value);
254 template <
typename OpenedByT = Aws::String>
266 template <
typename OpenDateT = Aws::Utils::DateTime>
268 m_openDateHasBeenSet =
true;
269 m_openDate = std::forward<OpenDateT>(value);
271 template <
typename OpenDateT = Aws::Utils::DateTime>
281 template <
typename RequestIdT = Aws::String>
283 m_requestIdHasBeenSet =
true;
284 m_requestId = std::forward<RequestIdT>(value);
286 template <
typename RequestIdT = Aws::String>
322 bool m_createDateHasBeenSet =
false;
323 bool m_createdByHasBeenSet =
false;
324 bool m_datasetNameHasBeenSet =
false;
325 bool m_lastModifiedDateHasBeenSet =
false;
326 bool m_lastModifiedByHasBeenSet =
false;
327 bool m_nameHasBeenSet =
false;
328 bool m_recipeNameHasBeenSet =
false;
329 bool m_resourceArnHasBeenSet =
false;
330 bool m_sampleHasBeenSet =
false;
331 bool m_roleArnHasBeenSet =
false;
332 bool m_tagsHasBeenSet =
false;
333 bool m_sessionStatusHasBeenSet =
false;
334 bool m_openedByHasBeenSet =
false;
335 bool m_openDateHasBeenSet =
false;
336 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDatasetName() const
DescribeProjectResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetOpenDate(OpenDateT &&value)
void SetOpenedBy(OpenedByT &&value)
const Aws::String & GetLastModifiedBy() const
AWS_GLUEDATABREW_API DescribeProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedBy(LastModifiedByT &&value)
void SetCreateDate(CreateDateT &&value)
const Aws::String & GetRecipeName() const
const Aws::Utils::DateTime & GetOpenDate() const
DescribeProjectResult & WithSessionStatus(SessionStatus value)
DescribeProjectResult & WithDatasetName(DatasetNameT &&value)
DescribeProjectResult & WithOpenDate(OpenDateT &&value)
const Sample & GetSample() const
void SetRoleArn(RoleArnT &&value)
void SetTags(TagsT &&value)
DescribeProjectResult & WithRequestId(RequestIdT &&value)
DescribeProjectResult & WithCreateDate(CreateDateT &&value)
DescribeProjectResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetRoleArn() const
void SetCreatedBy(CreatedByT &&value)
void SetResourceArn(ResourceArnT &&value)
DescribeProjectResult & WithTags(TagsT &&value)
DescribeProjectResult & WithRoleArn(RoleArnT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
AWS_GLUEDATABREW_API DescribeProjectResult()=default
DescribeProjectResult & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetCreatedBy() const
DescribeProjectResult & WithName(NameT &&value)
DescribeProjectResult & WithLastModifiedBy(LastModifiedByT &&value)
void SetSessionStatus(SessionStatus value)
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetRecipeName(RecipeNameT &&value)
void SetDatasetName(DatasetNameT &&value)
DescribeProjectResult & WithOpenedBy(OpenedByT &&value)
void SetName(NameT &&value)
const Aws::String & GetResourceArn() const
const Aws::Utils::DateTime & GetCreateDate() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
DescribeProjectResult & WithLastModifiedDate(LastModifiedDateT &&value)
void SetRequestId(RequestIdT &&value)
DescribeProjectResult & WithSample(SampleT &&value)
const Aws::String & GetOpenedBy() const
SessionStatus GetSessionStatus() const
const Aws::String & GetRequestId() const
AWS_GLUEDATABREW_API DescribeProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeProjectResult & WithRecipeName(RecipeNameT &&value)
void SetSample(SampleT &&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
Aws::Utils::Json::JsonValue JsonValue