@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteImageVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DeleteImageVersionRequest () |
| Modifier and Type | Method and Description |
|---|---|
DeleteImageVersionRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getAlias ()
The alias of the image to delete.
|
String |
getImageName ()
The name of the image to delete.
|
Integer |
getVersion ()
The version to delete.
|
int |
hashCode () |
void |
setAlias (String alias)
The alias of the image to delete.
|
void |
setImageName (String imageName)
The name of the image to delete.
|
void |
setVersion (Integer version)
The version to delete.
|
String |
toString ()
Returns a string representation of this object.
|
DeleteImageVersionRequest |
withAlias (String alias)
The alias of the image to delete.
|
DeleteImageVersionRequest |
withImageName (String imageName)
The name of the image to delete.
|
DeleteImageVersionRequest |
withVersion (Integer version)
The version to delete.
|
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 DeleteImageVersionRequest()
public void setImageName(String imageName)
The name of the image to delete.
imageName - The name of the image to delete.public String getImageName()
The name of the image to delete.
public DeleteImageVersionRequest withImageName(String imageName)
The name of the image to delete.
imageName - The name of the image to delete.public void setVersion(Integer version)
The version to delete.
version - The version to delete.public Integer getVersion()
The version to delete.
public DeleteImageVersionRequest withVersion(Integer version)
The version to delete.
version - The version to delete.public void setAlias(String alias)
The alias of the image to delete.
alias - The alias of the image to delete.public String getAlias()
The alias of the image to delete.
public DeleteImageVersionRequest withAlias(String alias)
The alias of the image to delete.
alias - The alias of the image to delete.public String toString()
toString in class Object Object.toString() public DeleteImageVersionRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()