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