@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteExtensionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteExtensionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteExtensionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExtensionIdentifier()
The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.
|
Integer |
getVersionNumber()
A specific version of an extension to delete.
|
int |
hashCode() |
void |
setExtensionIdentifier(String extensionIdentifier)
The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.
|
void |
setVersionNumber(Integer versionNumber)
A specific version of an extension to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteExtensionRequest |
withExtensionIdentifier(String extensionIdentifier)
The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.
|
DeleteExtensionRequest |
withVersionNumber(Integer versionNumber)
A specific version of an extension 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 void setExtensionIdentifier(String extensionIdentifier)
The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.
extensionIdentifier
- The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.public String getExtensionIdentifier()
The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.
public DeleteExtensionRequest withExtensionIdentifier(String extensionIdentifier)
The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.
extensionIdentifier
- The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.public void setVersionNumber(Integer versionNumber)
A specific version of an extension to delete. If omitted, the highest version is deleted.
versionNumber
- A specific version of an extension to delete. If omitted, the highest version is deleted.public Integer getVersionNumber()
A specific version of an extension to delete. If omitted, the highest version is deleted.
public DeleteExtensionRequest withVersionNumber(Integer versionNumber)
A specific version of an extension to delete. If omitted, the highest version is deleted.
versionNumber
- A specific version of an extension to delete. If omitted, the highest version is deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteExtensionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()