Struct aws_sdk_imagebuilder::model::ComponentParameter
source · #[non_exhaustive]pub struct ComponentParameter { /* private fields */ }
Expand description
Contains a key/value pair that sets the named component parameter.
Implementations§
source§impl ComponentParameter
impl ComponentParameter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ComponentParameter
.
Trait Implementations§
source§impl Clone for ComponentParameter
impl Clone for ComponentParameter
source§fn clone(&self) -> ComponentParameter
fn clone(&self) -> ComponentParameter
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 ComponentParameter
impl Debug for ComponentParameter
source§impl PartialEq<ComponentParameter> for ComponentParameter
impl PartialEq<ComponentParameter> for ComponentParameter
source§fn eq(&self, other: &ComponentParameter) -> bool
fn eq(&self, other: &ComponentParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.