Struct aws_sdk_quicksight::types::builders::CellValueSynonymBuilder
source · #[non_exhaustive]pub struct CellValueSynonymBuilder { /* private fields */ }Expand description
A builder for CellValueSynonym.
Implementations§
source§impl CellValueSynonymBuilder
impl CellValueSynonymBuilder
sourcepub fn cell_value(self, input: impl Into<String>) -> Self
pub fn cell_value(self, input: impl Into<String>) -> Self
The cell value.
sourcepub fn set_cell_value(self, input: Option<String>) -> Self
pub fn set_cell_value(self, input: Option<String>) -> Self
The cell value.
sourcepub fn get_cell_value(&self) -> &Option<String>
pub fn get_cell_value(&self) -> &Option<String>
The cell value.
sourcepub fn synonyms(self, input: impl Into<String>) -> Self
pub fn synonyms(self, input: impl Into<String>) -> Self
Appends an item to synonyms.
To override the contents of this collection use set_synonyms.
Other names or aliases for the cell value.
sourcepub fn set_synonyms(self, input: Option<Vec<String>>) -> Self
pub fn set_synonyms(self, input: Option<Vec<String>>) -> Self
Other names or aliases for the cell value.
sourcepub fn get_synonyms(&self) -> &Option<Vec<String>>
pub fn get_synonyms(&self) -> &Option<Vec<String>>
Other names or aliases for the cell value.
sourcepub fn build(self) -> CellValueSynonym
pub fn build(self) -> CellValueSynonym
Consumes the builder and constructs a CellValueSynonym.
Trait Implementations§
source§impl Clone for CellValueSynonymBuilder
impl Clone for CellValueSynonymBuilder
source§fn clone(&self) -> CellValueSynonymBuilder
fn clone(&self) -> CellValueSynonymBuilder
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 CellValueSynonymBuilder
impl Debug for CellValueSynonymBuilder
source§impl Default for CellValueSynonymBuilder
impl Default for CellValueSynonymBuilder
source§fn default() -> CellValueSynonymBuilder
fn default() -> CellValueSynonymBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CellValueSynonymBuilder
impl PartialEq for CellValueSynonymBuilder
source§fn eq(&self, other: &CellValueSynonymBuilder) -> bool
fn eq(&self, other: &CellValueSynonymBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CellValueSynonymBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CellValueSynonymBuilder
impl Send for CellValueSynonymBuilder
impl Sync for CellValueSynonymBuilder
impl Unpin for CellValueSynonymBuilder
impl UnwindSafe for CellValueSynonymBuilder
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.