Struct aws_sdk_elasticsearch::input::DeletePackageInput
source · [−]#[non_exhaustive]pub struct DeletePackageInput { /* private fields */ }
Expand description
Container for request parameters to
operation. DeletePackage
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePackageInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DeletePackageInput
impl Clone for DeletePackageInput
sourcefn clone(&self) -> DeletePackageInput
fn clone(&self) -> DeletePackageInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeletePackageInput
impl Debug for DeletePackageInput
sourceimpl PartialEq<DeletePackageInput> for DeletePackageInput
impl PartialEq<DeletePackageInput> for DeletePackageInput
sourcefn eq(&self, other: &DeletePackageInput) -> bool
fn eq(&self, other: &DeletePackageInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more