Struct aws_sdk_config::input::DeleteConformancePackInput
source · [−]#[non_exhaustive]pub struct DeleteConformancePackInput { /* private fields */ }Implementations
sourceimpl DeleteConformancePackInput
impl DeleteConformancePackInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConformancePack, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConformancePack, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteConformancePack>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteConformancePackInput.
sourceimpl DeleteConformancePackInput
impl DeleteConformancePackInput
sourcepub fn conformance_pack_name(&self) -> Option<&str>
pub fn conformance_pack_name(&self) -> Option<&str>
Name of the conformance pack you want to delete.
Trait Implementations
sourceimpl Clone for DeleteConformancePackInput
impl Clone for DeleteConformancePackInput
sourcefn clone(&self) -> DeleteConformancePackInput
fn clone(&self) -> DeleteConformancePackInput
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 DeleteConformancePackInput
impl Debug for DeleteConformancePackInput
sourceimpl PartialEq<DeleteConformancePackInput> for DeleteConformancePackInput
impl PartialEq<DeleteConformancePackInput> for DeleteConformancePackInput
sourcefn eq(&self, other: &DeleteConformancePackInput) -> bool
fn eq(&self, other: &DeleteConformancePackInput) -> bool
impl StructuralPartialEq for DeleteConformancePackInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteConformancePackInput
impl Send for DeleteConformancePackInput
impl Sync for DeleteConformancePackInput
impl Unpin for DeleteConformancePackInput
impl UnwindSafe for DeleteConformancePackInput
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