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>
22namespace GlueDataBrew {
44 template <
typename AccountIdT = Aws::String>
46 m_accountIdHasBeenSet =
true;
47 m_accountId = std::forward<AccountIdT>(value);
49 template <
typename AccountIdT = Aws::String>
62 template <
typename CreateDateT = Aws::Utils::DateTime>
64 m_createDateHasBeenSet =
true;
65 m_createDate = std::forward<CreateDateT>(value);
67 template <
typename CreateDateT = Aws::Utils::DateTime>
80 template <
typename CreatedByT = Aws::String>
82 m_createdByHasBeenSet =
true;
83 m_createdBy = std::forward<CreatedByT>(value);
85 template <
typename CreatedByT = Aws::String>
98 template <
typename DatasetNameT = Aws::String>
100 m_datasetNameHasBeenSet =
true;
101 m_datasetName = std::forward<DatasetNameT>(value);
103 template <
typename DatasetNameT = Aws::String>
116 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
118 m_lastModifiedDateHasBeenSet =
true;
119 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
121 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
134 template <
typename LastModifiedByT = Aws::String>
136 m_lastModifiedByHasBeenSet =
true;
137 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
139 template <
typename LastModifiedByT = Aws::String>
152 template <
typename NameT = Aws::String>
154 m_nameHasBeenSet =
true;
155 m_name = std::forward<NameT>(value);
157 template <
typename NameT = Aws::String>
159 SetName(std::forward<NameT>(value));
170 template <
typename RecipeNameT = Aws::String>
172 m_recipeNameHasBeenSet =
true;
173 m_recipeName = std::forward<RecipeNameT>(value);
175 template <
typename RecipeNameT = Aws::String>
188 template <
typename ResourceArnT = Aws::String>
190 m_resourceArnHasBeenSet =
true;
191 m_resourceArn = std::forward<ResourceArnT>(value);
193 template <
typename ResourceArnT = Aws::String>
208 template <
typename SampleT = Sample>
210 m_sampleHasBeenSet =
true;
211 m_sample = std::forward<SampleT>(value);
213 template <
typename SampleT = Sample>
226 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
228 m_tagsHasBeenSet =
true;
229 m_tags = std::forward<TagsT>(value);
231 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
233 SetTags(std::forward<TagsT>(value));
236 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
238 m_tagsHasBeenSet =
true;
239 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
251 template <
typename RoleArnT = Aws::String>
253 m_roleArnHasBeenSet =
true;
254 m_roleArn = std::forward<RoleArnT>(value);
256 template <
typename RoleArnT = Aws::String>
270 template <
typename OpenedByT = Aws::String>
272 m_openedByHasBeenSet =
true;
273 m_openedBy = std::forward<OpenedByT>(value);
275 template <
typename OpenedByT = Aws::String>
288 template <
typename OpenDateT = Aws::Utils::DateTime>
290 m_openDateHasBeenSet =
true;
291 m_openDate = std::forward<OpenDateT>(value);
293 template <
typename OpenDateT = Aws::Utils::DateTime>
327 bool m_accountIdHasBeenSet =
false;
328 bool m_createDateHasBeenSet =
false;
329 bool m_createdByHasBeenSet =
false;
330 bool m_datasetNameHasBeenSet =
false;
331 bool m_lastModifiedDateHasBeenSet =
false;
332 bool m_lastModifiedByHasBeenSet =
false;
333 bool m_nameHasBeenSet =
false;
334 bool m_recipeNameHasBeenSet =
false;
335 bool m_resourceArnHasBeenSet =
false;
336 bool m_sampleHasBeenSet =
false;
337 bool m_tagsHasBeenSet =
false;
338 bool m_roleArnHasBeenSet =
false;
339 bool m_openedByHasBeenSet =
false;
340 bool m_openDateHasBeenSet =
false;
void SetRoleArn(RoleArnT &&value)
AWS_GLUEDATABREW_API Project(Aws::Utils::Json::JsonView jsonValue)
bool CreateDateHasBeenSet() const
void SetTags(TagsT &&value)
Project & WithRoleArn(RoleArnT &&value)
const Aws::String & GetRecipeName() const
Project & WithOpenedBy(OpenedByT &&value)
void SetRecipeName(RecipeNameT &&value)
bool SampleHasBeenSet() const
bool TagsHasBeenSet() const
Project & WithSample(SampleT &&value)
Project & WithAccountId(AccountIdT &&value)
void SetOpenDate(OpenDateT &&value)
const Aws::Utils::DateTime & GetOpenDate() const
const Aws::String & GetName() const
Project & WithOpenDate(OpenDateT &&value)
void SetDatasetName(DatasetNameT &&value)
AWS_GLUEDATABREW_API Project & operator=(Aws::Utils::Json::JsonView jsonValue)
Project & WithLastModifiedBy(LastModifiedByT &&value)
const Sample & GetSample() const
Project & WithDatasetName(DatasetNameT &&value)
bool DatasetNameHasBeenSet() const
Project & WithLastModifiedDate(LastModifiedDateT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool LastModifiedDateHasBeenSet() const
Project & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool LastModifiedByHasBeenSet() const
bool OpenedByHasBeenSet() const
void SetSample(SampleT &&value)
const Aws::String & GetAccountId() const
bool CreatedByHasBeenSet() const
const Aws::String & GetCreatedBy() const
bool RecipeNameHasBeenSet() const
const Aws::String & GetResourceArn() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetResourceArn(ResourceArnT &&value)
void SetName(NameT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
Project & WithTags(TagsT &&value)
bool RoleArnHasBeenSet() const
bool AccountIdHasBeenSet() const
void SetAccountId(AccountIdT &&value)
AWS_GLUEDATABREW_API Project()=default
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDatasetName() const
void SetCreateDate(CreateDateT &&value)
bool NameHasBeenSet() const
bool OpenDateHasBeenSet() const
void SetLastModifiedBy(LastModifiedByT &&value)
Project & WithCreatedBy(CreatedByT &&value)
void SetOpenedBy(OpenedByT &&value)
const Aws::String & GetRoleArn() const
Project & WithName(NameT &&value)
Project & WithResourceArn(ResourceArnT &&value)
bool ResourceArnHasBeenSet() const
const Aws::String & GetLastModifiedBy() const
const Aws::String & GetOpenedBy() const
const Aws::Utils::DateTime & GetCreateDate() const
Project & WithRecipeName(RecipeNameT &&value)
Project & WithCreateDate(CreateDateT &&value)
void SetCreatedBy(CreatedByT &&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