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/databrew/GlueDataBrew_EXPORTS.h>
12#include <aws/databrew/model/Sample.h>
13#include <aws/databrew/model/SessionStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace GlueDataBrew {
39 template <
typename CreateDateT = Aws::Utils::DateTime>
41 m_createDateHasBeenSet =
true;
42 m_createDate = std::forward<CreateDateT>(value);
44 template <
typename CreateDateT = Aws::Utils::DateTime>
56 template <
typename CreatedByT = Aws::String>
58 m_createdByHasBeenSet =
true;
59 m_createdBy = std::forward<CreatedByT>(value);
61 template <
typename CreatedByT = Aws::String>
73 template <
typename DatasetNameT = Aws::String>
75 m_datasetNameHasBeenSet =
true;
76 m_datasetName = std::forward<DatasetNameT>(value);
78 template <
typename DatasetNameT = 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 LastModifiedByT = Aws::String>
109 m_lastModifiedByHasBeenSet =
true;
110 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
112 template <
typename LastModifiedByT = Aws::String>
124 template <
typename NameT = Aws::String>
126 m_nameHasBeenSet =
true;
127 m_name = std::forward<NameT>(value);
129 template <
typename NameT = Aws::String>
131 SetName(std::forward<NameT>(value));
141 template <
typename RecipeNameT = Aws::String>
143 m_recipeNameHasBeenSet =
true;
144 m_recipeName = std::forward<RecipeNameT>(value);
146 template <
typename RecipeNameT = Aws::String>
158 template <
typename ResourceArnT = Aws::String>
160 m_resourceArnHasBeenSet =
true;
161 m_resourceArn = std::forward<ResourceArnT>(value);
163 template <
typename ResourceArnT = Aws::String>
173 template <
typename SampleT = Sample>
175 m_sampleHasBeenSet =
true;
176 m_sample = std::forward<SampleT>(value);
178 template <
typename SampleT = Sample>
191 template <
typename RoleArnT = Aws::String>
193 m_roleArnHasBeenSet =
true;
194 m_roleArn = std::forward<RoleArnT>(value);
196 template <
typename RoleArnT = Aws::String>
208 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
210 m_tagsHasBeenSet =
true;
211 m_tags = std::forward<TagsT>(value);
213 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
215 SetTags(std::forward<TagsT>(value));
218 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
220 m_tagsHasBeenSet =
true;
221 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
236 m_sessionStatusHasBeenSet =
true;
237 m_sessionStatus = value;
250 template <
typename OpenedByT = Aws::String>
252 m_openedByHasBeenSet =
true;
253 m_openedBy = std::forward<OpenedByT>(value);
255 template <
typename OpenedByT = Aws::String>
267 template <
typename OpenDateT = Aws::Utils::DateTime>
269 m_openDateHasBeenSet =
true;
270 m_openDate = std::forward<OpenDateT>(value);
272 template <
typename OpenDateT = Aws::Utils::DateTime>
282 template <
typename RequestIdT = Aws::String>
284 m_requestIdHasBeenSet =
true;
285 m_requestId = std::forward<RequestIdT>(value);
287 template <
typename RequestIdT = Aws::String>
326 bool m_createDateHasBeenSet =
false;
327 bool m_createdByHasBeenSet =
false;
328 bool m_datasetNameHasBeenSet =
false;
329 bool m_lastModifiedDateHasBeenSet =
false;
330 bool m_lastModifiedByHasBeenSet =
false;
331 bool m_nameHasBeenSet =
false;
332 bool m_recipeNameHasBeenSet =
false;
333 bool m_resourceArnHasBeenSet =
false;
334 bool m_sampleHasBeenSet =
false;
335 bool m_roleArnHasBeenSet =
false;
336 bool m_tagsHasBeenSet =
false;
337 bool m_sessionStatusHasBeenSet =
false;
338 bool m_openedByHasBeenSet =
false;
339 bool m_openDateHasBeenSet =
false;
340 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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