@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComponentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetComponentRequest() |
Modifier and Type | Method and Description |
---|---|
GetComponentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the component
version.
|
String |
getRecipeOutputFormat()
The format of the recipe.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the component
version.
|
void |
setRecipeOutputFormat(String recipeOutputFormat)
The format of the recipe.
|
String |
toString()
Returns a string representation of this object.
|
GetComponentRequest |
withArn(String arn)
The ARN of the component
version.
|
GetComponentRequest |
withRecipeOutputFormat(RecipeOutputFormat recipeOutputFormat)
The format of the recipe.
|
GetComponentRequest |
withRecipeOutputFormat(String recipeOutputFormat)
The format of 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 setRecipeOutputFormat(String recipeOutputFormat)
The format of the recipe.
recipeOutputFormat
- The format of the recipe.RecipeOutputFormat
public String getRecipeOutputFormat()
The format of the recipe.
RecipeOutputFormat
public GetComponentRequest withRecipeOutputFormat(String recipeOutputFormat)
The format of the recipe.
recipeOutputFormat
- The format of the recipe.RecipeOutputFormat
public GetComponentRequest withRecipeOutputFormat(RecipeOutputFormat recipeOutputFormat)
The format of the recipe.
recipeOutputFormat
- The format of the recipe.RecipeOutputFormat
public void setArn(String arn)
The ARN of the component version.
arn
- The ARN of the
component version.public String getArn()
The ARN of the component version.
public GetComponentRequest withArn(String arn)
The ARN of the component version.
arn
- The ARN of the
component version.public String toString()
toString
in class Object
Object.toString()
public GetComponentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()