@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecipeReference extends Object implements Serializable, Cloneable, StructuredPojo
Represents the name and version of a DataBrew recipe.
Constructor and Description |
---|
RecipeReference() |
Modifier and Type | Method and Description |
---|---|
RecipeReference |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the recipe.
|
String |
getRecipeVersion()
The identifier for the version for the recipe.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the recipe.
|
void |
setRecipeVersion(String recipeVersion)
The identifier for the version for the recipe.
|
String |
toString()
Returns a string representation of this object.
|
RecipeReference |
withName(String name)
The name of the recipe.
|
RecipeReference |
withRecipeVersion(String recipeVersion)
The identifier for the version for the recipe.
|
public void setName(String name)
The name of the recipe.
name
- The name of the recipe.public String getName()
The name of the recipe.
public RecipeReference withName(String name)
The name of the recipe.
name
- The name of the recipe.public void setRecipeVersion(String recipeVersion)
The identifier for the version for the recipe.
recipeVersion
- The identifier for the version for the recipe.public String getRecipeVersion()
The identifier for the version for the recipe.
public RecipeReference withRecipeVersion(String recipeVersion)
The identifier for the version for the recipe.
recipeVersion
- The identifier for the version for the recipe.public String toString()
toString
in class Object
Object.toString()
public RecipeReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.