7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrew_EXPORTS.h>
19namespace GlueDataBrew {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename RecipeVersionT = Aws::String>
61 m_recipeVersionHasBeenSet =
true;
62 m_recipeVersion = std::forward<RecipeVersionT>(value);
64 template <
typename RecipeVersionT = Aws::String>
74 bool m_nameHasBeenSet =
false;
75 bool m_recipeVersionHasBeenSet =
false;
AWS_GLUEDATABREW_API RecipeReference & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_GLUEDATABREW_API RecipeReference()=default
AWS_GLUEDATABREW_API RecipeReference(Aws::Utils::Json::JsonView jsonValue)
void SetRecipeVersion(RecipeVersionT &&value)
void SetName(NameT &&value)
const Aws::String & GetRecipeVersion() const
RecipeReference & WithRecipeVersion(RecipeVersionT &&value)
RecipeReference & WithName(NameT &&value)
bool RecipeVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue