@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecipeReference extends Object implements Serializable, Cloneable, StructuredPojo
A reference to a Glue DataBrew recipe.
| Constructor and Description |
|---|
RecipeReference() |
| Modifier and Type | Method and Description |
|---|---|
RecipeReference |
clone() |
boolean |
equals(Object obj) |
String |
getRecipeArn()
The ARN of the DataBrew recipe.
|
String |
getRecipeVersion()
The RecipeVersion of the DataBrew recipe.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRecipeArn(String recipeArn)
The ARN of the DataBrew recipe.
|
void |
setRecipeVersion(String recipeVersion)
The RecipeVersion of the DataBrew recipe.
|
String |
toString()
Returns a string representation of this object.
|
RecipeReference |
withRecipeArn(String recipeArn)
The ARN of the DataBrew recipe.
|
RecipeReference |
withRecipeVersion(String recipeVersion)
The RecipeVersion of the DataBrew recipe.
|
public void setRecipeArn(String recipeArn)
The ARN of the DataBrew recipe.
recipeArn - The ARN of the DataBrew recipe.public String getRecipeArn()
The ARN of the DataBrew recipe.
public RecipeReference withRecipeArn(String recipeArn)
The ARN of the DataBrew recipe.
recipeArn - The ARN of the DataBrew recipe.public void setRecipeVersion(String recipeVersion)
The RecipeVersion of the DataBrew recipe.
recipeVersion - The RecipeVersion of the DataBrew recipe.public String getRecipeVersion()
The RecipeVersion of the DataBrew recipe.
public RecipeReference withRecipeVersion(String recipeVersion)
The RecipeVersion of the DataBrew recipe.
recipeVersion - The RecipeVersion of the DataBrew recipe.public String toString()
toString in class ObjectObject.toString()public RecipeReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.