#[non_exhaustive]pub struct MaintenanceWindowTaskParameterValueExpressionBuilder { /* private fields */ }
Expand description
A builder for MaintenanceWindowTaskParameterValueExpression
.
Implementations§
source§impl MaintenanceWindowTaskParameterValueExpressionBuilder
impl MaintenanceWindowTaskParameterValueExpressionBuilder
sourcepub fn values(self, input: impl Into<String>) -> Self
pub fn values(self, input: impl Into<String>) -> Self
Appends an item to values
.
To override the contents of this collection use set_values
.
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
sourcepub fn set_values(self, input: Option<Vec<String>>) -> Self
pub fn set_values(self, input: Option<Vec<String>>) -> Self
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
sourcepub fn get_values(&self) -> &Option<Vec<String>>
pub fn get_values(&self) -> &Option<Vec<String>>
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
sourcepub fn build(self) -> MaintenanceWindowTaskParameterValueExpression
pub fn build(self) -> MaintenanceWindowTaskParameterValueExpression
Consumes the builder and constructs a MaintenanceWindowTaskParameterValueExpression
.
Trait Implementations§
source§impl Clone for MaintenanceWindowTaskParameterValueExpressionBuilder
impl Clone for MaintenanceWindowTaskParameterValueExpressionBuilder
source§fn clone(&self) -> MaintenanceWindowTaskParameterValueExpressionBuilder
fn clone(&self) -> MaintenanceWindowTaskParameterValueExpressionBuilder
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 MaintenanceWindowTaskParameterValueExpressionBuilder
impl Default for MaintenanceWindowTaskParameterValueExpressionBuilder
source§fn default() -> MaintenanceWindowTaskParameterValueExpressionBuilder
fn default() -> MaintenanceWindowTaskParameterValueExpressionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MaintenanceWindowTaskParameterValueExpressionBuilder
impl PartialEq for MaintenanceWindowTaskParameterValueExpressionBuilder
source§fn eq(
&self,
other: &MaintenanceWindowTaskParameterValueExpressionBuilder
) -> bool
fn eq( &self, other: &MaintenanceWindowTaskParameterValueExpressionBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MaintenanceWindowTaskParameterValueExpressionBuilder
Auto Trait Implementations§
impl Freeze for MaintenanceWindowTaskParameterValueExpressionBuilder
impl RefUnwindSafe for MaintenanceWindowTaskParameterValueExpressionBuilder
impl Send for MaintenanceWindowTaskParameterValueExpressionBuilder
impl Sync for MaintenanceWindowTaskParameterValueExpressionBuilder
impl Unpin for MaintenanceWindowTaskParameterValueExpressionBuilder
impl UnwindSafe for MaintenanceWindowTaskParameterValueExpressionBuilder
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.