7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/databrew/model/Sample.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/databrew/model/SessionStatus.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename CreateDateT = Aws::Utils::DateTime>
45 void SetCreateDate(CreateDateT&& value) { m_createDateHasBeenSet =
true; m_createDate = std::forward<CreateDateT>(value); }
46 template<
typename CreateDateT = Aws::Utils::DateTime>
55 template<
typename CreatedByT = Aws::String>
56 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
57 template<
typename CreatedByT = Aws::String>
66 template<
typename DatasetNameT = Aws::String>
67 void SetDatasetName(DatasetNameT&& value) { m_datasetNameHasBeenSet =
true; m_datasetName = std::forward<DatasetNameT>(value); }
68 template<
typename DatasetNameT = 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 LastModifiedByT = Aws::String>
89 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
90 template<
typename LastModifiedByT = Aws::String>
99 template<
typename NameT = Aws::String>
100 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
101 template<
typename NameT = Aws::String>
110 template<
typename RecipeNameT = Aws::String>
111 void SetRecipeName(RecipeNameT&& value) { m_recipeNameHasBeenSet =
true; m_recipeName = std::forward<RecipeNameT>(value); }
112 template<
typename RecipeNameT = Aws::String>
121 template<
typename ResourceArnT = Aws::String>
122 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
123 template<
typename ResourceArnT = Aws::String>
130 template<
typename SampleT = Sample>
131 void SetSample(SampleT&& value) { m_sampleHasBeenSet =
true; m_sample = std::forward<SampleT>(value); }
132 template<
typename SampleT = Sample>
142 template<
typename RoleArnT = Aws::String>
143 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
144 template<
typename RoleArnT = Aws::String>
153 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
154 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
155 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
157 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
159 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
181 template<
typename OpenedByT = Aws::String>
182 void SetOpenedBy(OpenedByT&& value) { m_openedByHasBeenSet =
true; m_openedBy = std::forward<OpenedByT>(value); }
183 template<
typename OpenedByT = Aws::String>
192 template<
typename OpenDateT = Aws::Utils::DateTime>
193 void SetOpenDate(OpenDateT&& value) { m_openDateHasBeenSet =
true; m_openDate = std::forward<OpenDateT>(value); }
194 template<
typename OpenDateT = Aws::Utils::DateTime>
201 template<
typename RequestIdT = Aws::String>
202 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
203 template<
typename RequestIdT = Aws::String>
209 bool m_createDateHasBeenSet =
false;
212 bool m_createdByHasBeenSet =
false;
215 bool m_datasetNameHasBeenSet =
false;
218 bool m_lastModifiedDateHasBeenSet =
false;
221 bool m_lastModifiedByHasBeenSet =
false;
224 bool m_nameHasBeenSet =
false;
227 bool m_recipeNameHasBeenSet =
false;
230 bool m_resourceArnHasBeenSet =
false;
233 bool m_sampleHasBeenSet =
false;
236 bool m_roleArnHasBeenSet =
false;
239 bool m_tagsHasBeenSet =
false;
242 bool m_sessionStatusHasBeenSet =
false;
245 bool m_openedByHasBeenSet =
false;
248 bool m_openDateHasBeenSet =
false;
251 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