Struct aws_sdk_qconnect::operation::get_content_summary::builders::GetContentSummaryOutputBuilder
source · #[non_exhaustive]pub struct GetContentSummaryOutputBuilder { /* private fields */ }Expand description
A builder for GetContentSummaryOutput.
Implementations§
source§impl GetContentSummaryOutputBuilder
impl GetContentSummaryOutputBuilder
sourcepub fn content_summary(self, input: ContentSummary) -> Self
pub fn content_summary(self, input: ContentSummary) -> Self
The content summary.
sourcepub fn set_content_summary(self, input: Option<ContentSummary>) -> Self
pub fn set_content_summary(self, input: Option<ContentSummary>) -> Self
The content summary.
sourcepub fn get_content_summary(&self) -> &Option<ContentSummary>
pub fn get_content_summary(&self) -> &Option<ContentSummary>
The content summary.
sourcepub fn build(self) -> GetContentSummaryOutput
pub fn build(self) -> GetContentSummaryOutput
Consumes the builder and constructs a GetContentSummaryOutput.
Trait Implementations§
source§impl Clone for GetContentSummaryOutputBuilder
impl Clone for GetContentSummaryOutputBuilder
source§fn clone(&self) -> GetContentSummaryOutputBuilder
fn clone(&self) -> GetContentSummaryOutputBuilder
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 GetContentSummaryOutputBuilder
impl Default for GetContentSummaryOutputBuilder
source§fn default() -> GetContentSummaryOutputBuilder
fn default() -> GetContentSummaryOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetContentSummaryOutputBuilder
impl PartialEq for GetContentSummaryOutputBuilder
source§fn eq(&self, other: &GetContentSummaryOutputBuilder) -> bool
fn eq(&self, other: &GetContentSummaryOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetContentSummaryOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetContentSummaryOutputBuilder
impl Send for GetContentSummaryOutputBuilder
impl Sync for GetContentSummaryOutputBuilder
impl Unpin for GetContentSummaryOutputBuilder
impl UnwindSafe for GetContentSummaryOutputBuilder
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.