7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename RecipeArnT = Aws::String>
47 void SetRecipeArn(RecipeArnT&& value) { m_recipeArnHasBeenSet =
true; m_recipeArn = std::forward<RecipeArnT>(value); }
48 template<
typename RecipeArnT = Aws::String>
58 template<
typename RecipeVersionT = Aws::String>
59 void SetRecipeVersion(RecipeVersionT&& value) { m_recipeVersionHasBeenSet =
true; m_recipeVersion = std::forward<RecipeVersionT>(value); }
60 template<
typename RecipeVersionT = Aws::String>
66 bool m_recipeArnHasBeenSet =
false;
69 bool m_recipeVersionHasBeenSet =
false;
bool RecipeArnHasBeenSet() const
const Aws::String & GetRecipeVersion() const
const Aws::String & GetRecipeArn() const
AWS_GLUE_API RecipeReference()=default
AWS_GLUE_API RecipeReference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API RecipeReference(Aws::Utils::Json::JsonView jsonValue)
bool RecipeVersionHasBeenSet() const
RecipeReference & WithRecipeArn(RecipeArnT &&value)
void SetRecipeArn(RecipeArnT &&value)
RecipeReference & WithRecipeVersion(RecipeVersionT &&value)
void SetRecipeVersion(RecipeVersionT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue