Struct aws_sdk_schemas::input::DescribeCodeBindingInput  
source · #[non_exhaustive]pub struct DescribeCodeBindingInput { /* private fields */ }Implementations§
source§impl DescribeCodeBindingInput
 
impl DescribeCodeBindingInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<DescribeCodeBinding, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<DescribeCodeBinding, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeCodeBinding>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCodeBindingInput.
source§impl DescribeCodeBindingInput
 
impl DescribeCodeBindingInput
sourcepub fn registry_name(&self) -> Option<&str>
 
pub fn registry_name(&self) -> Option<&str>
The name of the registry.
sourcepub fn schema_name(&self) -> Option<&str>
 
pub fn schema_name(&self) -> Option<&str>
The name of the schema.
sourcepub fn schema_version(&self) -> Option<&str>
 
pub fn schema_version(&self) -> Option<&str>
Specifying this limits the results to only this schema version.
Trait Implementations§
source§impl Clone for DescribeCodeBindingInput
 
impl Clone for DescribeCodeBindingInput
source§fn clone(&self) -> DescribeCodeBindingInput
 
fn clone(&self) -> DescribeCodeBindingInput
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 DescribeCodeBindingInput
 
impl Debug for DescribeCodeBindingInput
source§impl PartialEq<DescribeCodeBindingInput> for DescribeCodeBindingInput
 
impl PartialEq<DescribeCodeBindingInput> for DescribeCodeBindingInput
source§fn eq(&self, other: &DescribeCodeBindingInput) -> bool
 
fn eq(&self, other: &DescribeCodeBindingInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.