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