#[non_exhaustive]pub struct DeleteApplicationsInput { /* private fields */ }Implementations
sourceimpl DeleteApplicationsInput
impl DeleteApplicationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteApplications, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteApplications, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteApplications>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteApplicationsInput.
sourceimpl DeleteApplicationsInput
impl DeleteApplicationsInput
sourcepub fn configuration_ids(&self) -> Option<&[String]>
pub fn configuration_ids(&self) -> Option<&[String]>
Configuration ID of an application to be deleted.
Trait Implementations
sourceimpl Clone for DeleteApplicationsInput
impl Clone for DeleteApplicationsInput
sourcefn clone(&self) -> DeleteApplicationsInput
fn clone(&self) -> DeleteApplicationsInput
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 DeleteApplicationsInput
impl Debug for DeleteApplicationsInput
sourceimpl PartialEq<DeleteApplicationsInput> for DeleteApplicationsInput
impl PartialEq<DeleteApplicationsInput> for DeleteApplicationsInput
sourcefn eq(&self, other: &DeleteApplicationsInput) -> bool
fn eq(&self, other: &DeleteApplicationsInput) -> bool
impl StructuralPartialEq for DeleteApplicationsInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteApplicationsInput
impl Send for DeleteApplicationsInput
impl Sync for DeleteApplicationsInput
impl Unpin for DeleteApplicationsInput
impl UnwindSafe for DeleteApplicationsInput
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