#[non_exhaustive]pub struct CustomActionSetParametersOperationBuilder { /* private fields */ }Expand description
A builder for CustomActionSetParametersOperation.
Implementations§
source§impl CustomActionSetParametersOperationBuilder
impl CustomActionSetParametersOperationBuilder
sourcepub fn parameter_value_configurations(
self,
input: SetParameterValueConfiguration
) -> Self
pub fn parameter_value_configurations( self, input: SetParameterValueConfiguration ) -> Self
Appends an item to parameter_value_configurations.
To override the contents of this collection use set_parameter_value_configurations.
The parameter that determines the value configuration.
sourcepub fn set_parameter_value_configurations(
self,
input: Option<Vec<SetParameterValueConfiguration>>
) -> Self
pub fn set_parameter_value_configurations( self, input: Option<Vec<SetParameterValueConfiguration>> ) -> Self
The parameter that determines the value configuration.
sourcepub fn get_parameter_value_configurations(
&self
) -> &Option<Vec<SetParameterValueConfiguration>>
pub fn get_parameter_value_configurations( &self ) -> &Option<Vec<SetParameterValueConfiguration>>
The parameter that determines the value configuration.
sourcepub fn build(self) -> Result<CustomActionSetParametersOperation, BuildError>
pub fn build(self) -> Result<CustomActionSetParametersOperation, BuildError>
Consumes the builder and constructs a CustomActionSetParametersOperation.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for CustomActionSetParametersOperationBuilder
impl Clone for CustomActionSetParametersOperationBuilder
source§fn clone(&self) -> CustomActionSetParametersOperationBuilder
fn clone(&self) -> CustomActionSetParametersOperationBuilder
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 Default for CustomActionSetParametersOperationBuilder
impl Default for CustomActionSetParametersOperationBuilder
source§fn default() -> CustomActionSetParametersOperationBuilder
fn default() -> CustomActionSetParametersOperationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CustomActionSetParametersOperationBuilder
impl PartialEq for CustomActionSetParametersOperationBuilder
source§fn eq(&self, other: &CustomActionSetParametersOperationBuilder) -> bool
fn eq(&self, other: &CustomActionSetParametersOperationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CustomActionSetParametersOperationBuilder
Auto Trait Implementations§
impl Freeze for CustomActionSetParametersOperationBuilder
impl RefUnwindSafe for CustomActionSetParametersOperationBuilder
impl Send for CustomActionSetParametersOperationBuilder
impl Sync for CustomActionSetParametersOperationBuilder
impl Unpin for CustomActionSetParametersOperationBuilder
impl UnwindSafe for CustomActionSetParametersOperationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.