@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for request parameters to DeletePackage
operation.
NOOP
Constructor and Description |
---|
DeletePackageRequest() |
Modifier and Type | Method and Description |
---|---|
DeletePackageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPackageID()
Internal ID of the package that you want to delete.
|
int |
hashCode() |
void |
setPackageID(String packageID)
Internal ID of the package that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeletePackageRequest |
withPackageID(String packageID)
Internal ID of the package that you want 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 setPackageID(String packageID)
Internal ID of the package that you want to delete. Use DescribePackages
to find this value.
packageID
- Internal ID of the package that you want to delete. Use DescribePackages
to find this value.public String getPackageID()
Internal ID of the package that you want to delete. Use DescribePackages
to find this value.
DescribePackages
to find this value.public DeletePackageRequest withPackageID(String packageID)
Internal ID of the package that you want to delete. Use DescribePackages
to find this value.
packageID
- Internal ID of the package that you want to delete. Use DescribePackages
to find this value.public String toString()
toString
in class Object
Object.toString()
public DeletePackageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()