7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename RecipeArnT = Aws::String>
42 m_recipeArnHasBeenSet =
true;
43 m_recipeArn = std::forward<RecipeArnT>(value);
45 template <
typename RecipeArnT = Aws::String>
58 template <
typename RecipeVersionT = Aws::String>
60 m_recipeVersionHasBeenSet =
true;
61 m_recipeVersion = std::forward<RecipeVersionT>(value);
63 template <
typename RecipeVersionT = Aws::String>
73 bool m_recipeArnHasBeenSet =
false;
74 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