@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRecipeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeRecipeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRecipeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the recipe to be described.
|
String |
getRecipeVersion()
The recipe version identifier.
|
int |
hashCode() |
void |
setName(String name)
The name of the recipe to be described.
|
void |
setRecipeVersion(String recipeVersion)
The recipe version identifier.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRecipeRequest |
withName(String name)
The name of the recipe to be described.
|
DescribeRecipeRequest |
withRecipeVersion(String recipeVersion)
The recipe version identifier.
|
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 setName(String name)
The name of the recipe to be described.
name - The name of the recipe to be described.public String getName()
The name of the recipe to be described.
public DescribeRecipeRequest withName(String name)
The name of the recipe to be described.
name - The name of the recipe to be described.public void setRecipeVersion(String recipeVersion)
The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.
recipeVersion - The recipe version identifier. If this parameter isn't specified, then the latest published version is
returned.public String getRecipeVersion()
The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.
public DescribeRecipeRequest withRecipeVersion(String recipeVersion)
The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.
recipeVersion - The recipe version identifier. If this parameter isn't specified, then the latest published version is
returned.public String toString()
toString in class ObjectObject.toString()public DescribeRecipeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()