Struct aws_sdk_quicksight::types::builders::TopicDetailsBuilder
source · #[non_exhaustive]pub struct TopicDetailsBuilder { /* private fields */ }
Expand description
A builder for TopicDetails
.
Implementations§
source§impl TopicDetailsBuilder
impl TopicDetailsBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the topic.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the topic.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the topic.
sourcepub fn data_sets(self, input: DatasetMetadata) -> Self
pub fn data_sets(self, input: DatasetMetadata) -> Self
Appends an item to data_sets
.
To override the contents of this collection use set_data_sets
.
The data sets that the topic is associated with.
sourcepub fn set_data_sets(self, input: Option<Vec<DatasetMetadata>>) -> Self
pub fn set_data_sets(self, input: Option<Vec<DatasetMetadata>>) -> Self
The data sets that the topic is associated with.
sourcepub fn get_data_sets(&self) -> &Option<Vec<DatasetMetadata>>
pub fn get_data_sets(&self) -> &Option<Vec<DatasetMetadata>>
The data sets that the topic is associated with.
sourcepub fn build(self) -> TopicDetails
pub fn build(self) -> TopicDetails
Consumes the builder and constructs a TopicDetails
.
Trait Implementations§
source§impl Clone for TopicDetailsBuilder
impl Clone for TopicDetailsBuilder
source§fn clone(&self) -> TopicDetailsBuilder
fn clone(&self) -> TopicDetailsBuilder
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 TopicDetailsBuilder
impl Debug for TopicDetailsBuilder
source§impl Default for TopicDetailsBuilder
impl Default for TopicDetailsBuilder
source§fn default() -> TopicDetailsBuilder
fn default() -> TopicDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for TopicDetailsBuilder
impl PartialEq for TopicDetailsBuilder
source§fn eq(&self, other: &TopicDetailsBuilder) -> bool
fn eq(&self, other: &TopicDetailsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TopicDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TopicDetailsBuilder
impl Send for TopicDetailsBuilder
impl Sync for TopicDetailsBuilder
impl Unpin for TopicDetailsBuilder
impl UnwindSafe for TopicDetailsBuilder
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.