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>
53 inline void SetCreatedBy(
const char* value) { m_createdByHasBeenSet =
true; m_createdBy.assign(value); }
79 inline void SetLastModifiedBy(
const char* value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy.assign(value); }
105 inline void SetProjectName(
const char* value) { m_projectNameHasBeenSet =
true; m_projectName.assign(value); }
119 inline void SetPublishedBy(
const char* value) { m_publishedByHasBeenSet =
true; m_publishedBy.assign(value); }
145 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
159 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
173 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
207 inline Recipe&
AddTags(
const char* key,
Aws::String&& value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, std::move(value));
return *
this; }
208 inline Recipe&
AddTags(
Aws::String&& key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(std::move(key), value);
return *
this; }
209 inline Recipe&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
227 inline void SetRecipeVersion(
const char* value) { m_recipeVersionHasBeenSet =
true; m_recipeVersion.assign(value); }
235 bool m_createdByHasBeenSet =
false;
238 bool m_createDateHasBeenSet =
false;
241 bool m_lastModifiedByHasBeenSet =
false;
244 bool m_lastModifiedDateHasBeenSet =
false;
247 bool m_projectNameHasBeenSet =
false;
250 bool m_publishedByHasBeenSet =
false;
253 bool m_publishedDateHasBeenSet =
false;
256 bool m_descriptionHasBeenSet =
false;
259 bool m_nameHasBeenSet =
false;
262 bool m_resourceArnHasBeenSet =
false;
265 bool m_stepsHasBeenSet =
false;
268 bool m_tagsHasBeenSet =
false;
271 bool m_recipeVersionHasBeenSet =
false;
Recipe & AddTags(Aws::String &&key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_GLUEDATABREW_API Recipe & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
void SetLastModifiedBy(Aws::String &&value)
Recipe & AddTags(const Aws::String &key, Aws::String &&value)
Recipe & AddTags(const Aws::String &key, const Aws::String &value)
void SetCreatedBy(const Aws::String &value)
bool LastModifiedByHasBeenSet() const
void SetProjectName(const Aws::String &value)
const Aws::Vector< RecipeStep > & GetSteps() const
Recipe & AddTags(const char *key, const char *value)
bool TagsHasBeenSet() const
Recipe & WithDescription(Aws::String &&value)
void SetPublishedBy(const char *value)
void SetPublishedBy(Aws::String &&value)
Recipe & WithLastModifiedDate(const Aws::Utils::DateTime &value)
const Aws::String & GetLastModifiedBy() const
void SetPublishedDate(Aws::Utils::DateTime &&value)
void SetRecipeVersion(const char *value)
Recipe & WithCreatedBy(Aws::String &&value)
void SetSteps(Aws::Vector< RecipeStep > &&value)
bool PublishedByHasBeenSet() const
void SetRecipeVersion(Aws::String &&value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetName() const
Recipe & WithRecipeVersion(const char *value)
Recipe & AddTags(Aws::String &&key, const char *value)
Recipe & WithLastModifiedBy(Aws::String &&value)
bool ResourceArnHasBeenSet() const
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
Recipe & WithLastModifiedBy(const Aws::String &value)
void SetCreateDate(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetPublishedDate() const
const Aws::String & GetPublishedBy() const
bool PublishedDateHasBeenSet() const
void SetLastModifiedBy(const char *value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
Recipe & WithDescription(const char *value)
bool DescriptionHasBeenSet() const
bool CreatedByHasBeenSet() const
void SetPublishedBy(const Aws::String &value)
AWS_GLUEDATABREW_API Recipe()
bool NameHasBeenSet() const
bool RecipeVersionHasBeenSet() const
Recipe & WithCreatedBy(const char *value)
void SetProjectName(const char *value)
void SetLastModifiedBy(const Aws::String &value)
Recipe & WithPublishedBy(const char *value)
Recipe & WithDescription(const Aws::String &value)
void SetDescription(Aws::String &&value)
bool LastModifiedDateHasBeenSet() const
Recipe & WithResourceArn(const Aws::String &value)
Recipe & AddSteps(const RecipeStep &value)
void SetPublishedDate(const Aws::Utils::DateTime &value)
Recipe & WithLastModifiedDate(Aws::Utils::DateTime &&value)
Recipe & WithProjectName(Aws::String &&value)
const Aws::String & GetDescription() const
Recipe & WithCreatedBy(const Aws::String &value)
void SetRecipeVersion(const Aws::String &value)
void SetCreatedBy(Aws::String &&value)
Recipe & WithSteps(Aws::Vector< RecipeStep > &&value)
void SetResourceArn(Aws::String &&value)
Recipe & WithCreateDate(Aws::Utils::DateTime &&value)
Recipe & WithRecipeVersion(Aws::String &&value)
Recipe & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
Recipe & WithProjectName(const Aws::String &value)
Recipe & WithPublishedDate(Aws::Utils::DateTime &&value)
Recipe & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetName(const Aws::String &value)
Recipe & WithPublishedBy(Aws::String &&value)
const Aws::String & GetProjectName() const
void SetResourceArn(const Aws::String &value)
Recipe & WithName(const char *value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetName(Aws::String &&value)
Recipe & WithResourceArn(const char *value)
Recipe & AddSteps(RecipeStep &&value)
const Aws::String & GetResourceArn() const
AWS_GLUEDATABREW_API Recipe(Aws::Utils::Json::JsonView jsonValue)
void SetResourceArn(const char *value)
void SetCreatedBy(const char *value)
Recipe & WithPublishedBy(const Aws::String &value)
bool CreateDateHasBeenSet() const
bool ProjectNameHasBeenSet() const
void SetDescription(const Aws::String &value)
bool StepsHasBeenSet() const
Recipe & WithSteps(const Aws::Vector< RecipeStep > &value)
Recipe & AddTags(Aws::String &&key, const Aws::String &value)
Recipe & WithRecipeVersion(const Aws::String &value)
Recipe & AddTags(const char *key, Aws::String &&value)
void SetName(const char *value)
const Aws::Utils::DateTime & GetCreateDate() const
Recipe & WithLastModifiedBy(const char *value)
const Aws::String & GetRecipeVersion() const
Recipe & WithProjectName(const char *value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
Recipe & WithPublishedDate(const Aws::Utils::DateTime &value)
void SetDescription(const char *value)
void SetSteps(const Aws::Vector< RecipeStep > &value)
Recipe & WithName(const Aws::String &value)
void SetProjectName(Aws::String &&value)
void SetCreateDate(const Aws::Utils::DateTime &value)
Recipe & WithName(Aws::String &&value)
Recipe & WithCreateDate(const Aws::Utils::DateTime &value)
Recipe & WithResourceArn(Aws::String &&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