#[non_exhaustive]pub struct DeletePackageInput { /* private fields */ }
Expand description
Container for request parameters to
operation. DeletePackage
Implementations§
source§impl DeletePackageInput
impl DeletePackageInput
sourcepub fn package_id(&self) -> Option<&str>
pub fn package_id(&self) -> Option<&str>
Internal ID of the package that you want to delete. Use DescribePackages
to find this value.
source§impl DeletePackageInput
impl DeletePackageInput
sourcepub fn builder() -> DeletePackageInputBuilder
pub fn builder() -> DeletePackageInputBuilder
Creates a new builder-style object to manufacture DeletePackageInput
.
source§impl DeletePackageInput
impl DeletePackageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePackage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeletePackage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePackage
>
Trait Implementations§
source§impl Clone for DeletePackageInput
impl Clone for DeletePackageInput
source§fn clone(&self) -> DeletePackageInput
fn clone(&self) -> DeletePackageInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeletePackageInput
impl Debug for DeletePackageInput
source§impl PartialEq<DeletePackageInput> for DeletePackageInput
impl PartialEq<DeletePackageInput> for DeletePackageInput
source§fn eq(&self, other: &DeletePackageInput) -> bool
fn eq(&self, other: &DeletePackageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeletePackageInput
Auto Trait Implementations§
impl RefUnwindSafe for DeletePackageInput
impl Send for DeletePackageInput
impl Sync for DeletePackageInput
impl Unpin for DeletePackageInput
impl UnwindSafe for DeletePackageInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more