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