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