#[non_exhaustive]pub struct DeleteNetworkProfileInput { /* private fields */ }Implementations§
source§impl DeleteNetworkProfileInput
impl DeleteNetworkProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNetworkProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNetworkProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteNetworkProfile>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteNetworkProfileInput.
Trait Implementations§
source§impl Clone for DeleteNetworkProfileInput
impl Clone for DeleteNetworkProfileInput
source§fn clone(&self) -> DeleteNetworkProfileInput
fn clone(&self) -> DeleteNetworkProfileInput
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 DeleteNetworkProfileInput
impl Debug for DeleteNetworkProfileInput
source§impl PartialEq<DeleteNetworkProfileInput> for DeleteNetworkProfileInput
impl PartialEq<DeleteNetworkProfileInput> for DeleteNetworkProfileInput
source§fn eq(&self, other: &DeleteNetworkProfileInput) -> bool
fn eq(&self, other: &DeleteNetworkProfileInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.