@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PublishRecipeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PublishRecipeRequest() |
| Modifier and Type | Method and Description |
|---|---|
PublishRecipeRequest |
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 to be published, for this version of the recipe.
|
String |
getName()
The name of the recipe to be published.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the recipe to be published, for this version of the recipe.
|
void |
setName(String name)
The name of the recipe to be published.
|
String |
toString()
Returns a string representation of this object.
|
PublishRecipeRequest |
withDescription(String description)
A description of the recipe to be published, for this version of the recipe.
|
PublishRecipeRequest |
withName(String name)
The name of the recipe to be published.
|
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, withSdkRequestTimeoutpublic void setDescription(String description)
A description of the recipe to be published, for this version of the recipe.
description - A description of the recipe to be published, for this version of the recipe.public String getDescription()
A description of the recipe to be published, for this version of the recipe.
public PublishRecipeRequest withDescription(String description)
A description of the recipe to be published, for this version of the recipe.
description - A description of the recipe to be published, for this version of the recipe.public void setName(String name)
The name of the recipe to be published.
name - The name of the recipe to be published.public String getName()
The name of the recipe to be published.
public PublishRecipeRequest withName(String name)
The name of the recipe to be published.
name - The name of the recipe to be published.public String toString()
toString in class ObjectObject.toString()public PublishRecipeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()