#[non_exhaustive]pub struct SetParameterValueConfiguration { /* private fields */ }
Expand description
The configuration of adding parameters in action.
Implementations§
source§impl SetParameterValueConfiguration
impl SetParameterValueConfiguration
sourcepub fn destination_parameter_name(&self) -> Option<&str>
pub fn destination_parameter_name(&self) -> Option<&str>
The destination parameter name of the SetParameterValueConfiguration
.
sourcepub fn value(&self) -> Option<&DestinationParameterValueConfiguration>
pub fn value(&self) -> Option<&DestinationParameterValueConfiguration>
The configuration of destination parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
source§impl SetParameterValueConfiguration
impl SetParameterValueConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetParameterValueConfiguration
.
Trait Implementations§
source§impl Clone for SetParameterValueConfiguration
impl Clone for SetParameterValueConfiguration
source§fn clone(&self) -> SetParameterValueConfiguration
fn clone(&self) -> SetParameterValueConfiguration
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 PartialEq<SetParameterValueConfiguration> for SetParameterValueConfiguration
impl PartialEq<SetParameterValueConfiguration> for SetParameterValueConfiguration
source§fn eq(&self, other: &SetParameterValueConfiguration) -> bool
fn eq(&self, other: &SetParameterValueConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.