@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRecipeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRecipeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRecipeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the recipe.
|
String |
getName()
The name of the recipe to be updated.
|
List<RecipeStep> |
getSteps()
One or more steps to be performed by the recipe.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the recipe.
|
void |
setName(String name)
The name of the recipe to be updated.
|
void |
setSteps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRecipeRequest |
withDescription(String description)
A description of the recipe.
|
UpdateRecipeRequest |
withName(String name)
The name of the recipe to be updated.
|
UpdateRecipeRequest |
withSteps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
UpdateRecipeRequest |
withSteps(RecipeStep... steps)
One or more steps to be performed by the recipe.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDescription(String description)
A description of the recipe.
description
- A description of the recipe.public String getDescription()
A description of the recipe.
public UpdateRecipeRequest withDescription(String description)
A description of the recipe.
description
- A description of the recipe.public void setName(String name)
The name of the recipe to be updated.
name
- The name of the recipe to be updated.public String getName()
The name of the recipe to be updated.
public UpdateRecipeRequest withName(String name)
The name of the recipe to be updated.
name
- The name of the recipe to be updated.public List<RecipeStep> getSteps()
One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
public void setSteps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
steps
- One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under
which the action should succeed.public UpdateRecipeRequest withSteps(RecipeStep... steps)
One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection)
or withSteps(java.util.Collection)
if you want to override the
existing values.
steps
- One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under
which the action should succeed.public UpdateRecipeRequest withSteps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
steps
- One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under
which the action should succeed.public String toString()
toString
in class Object
Object.toString()
public UpdateRecipeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()