7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetRecipeArn(
const char* value) { m_recipeArnHasBeenSet =
true; m_recipeArn.assign(value); }
62 inline void SetRecipeVersion(
const char* value) { m_recipeVersionHasBeenSet =
true; m_recipeVersion.assign(value); }
70 bool m_recipeArnHasBeenSet =
false;
73 bool m_recipeVersionHasBeenSet =
false;
bool RecipeArnHasBeenSet() const
void SetRecipeArn(Aws::String &&value)
const Aws::String & GetRecipeVersion() const
const Aws::String & GetRecipeArn() const
RecipeReference & WithRecipeArn(const char *value)
RecipeReference & WithRecipeArn(Aws::String &&value)
RecipeReference & WithRecipeVersion(Aws::String &&value)
void SetRecipeArn(const char *value)
void SetRecipeVersion(const Aws::String &value)
AWS_GLUE_API RecipeReference & operator=(Aws::Utils::Json::JsonView jsonValue)
RecipeReference & WithRecipeArn(const Aws::String &value)
AWS_GLUE_API RecipeReference(Aws::Utils::Json::JsonView jsonValue)
bool RecipeVersionHasBeenSet() const
void SetRecipeVersion(Aws::String &&value)
RecipeReference & WithRecipeVersion(const Aws::String &value)
void SetRecipeVersion(const char *value)
void SetRecipeArn(const Aws::String &value)
RecipeReference & WithRecipeVersion(const char *value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API RecipeReference()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue