Struct aws_sdk_connect::operation::update_view_content::builders::UpdateViewContentOutputBuilder
source · #[non_exhaustive]pub struct UpdateViewContentOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateViewContentOutput
.
Implementations§
source§impl UpdateViewContentOutputBuilder
impl UpdateViewContentOutputBuilder
sourcepub fn view(self, input: View) -> Self
pub fn view(self, input: View) -> Self
A view resource object. Contains metadata and content necessary to render the view.
sourcepub fn set_view(self, input: Option<View>) -> Self
pub fn set_view(self, input: Option<View>) -> Self
A view resource object. Contains metadata and content necessary to render the view.
sourcepub fn get_view(&self) -> &Option<View>
pub fn get_view(&self) -> &Option<View>
A view resource object. Contains metadata and content necessary to render the view.
sourcepub fn build(self) -> UpdateViewContentOutput
pub fn build(self) -> UpdateViewContentOutput
Consumes the builder and constructs a UpdateViewContentOutput
.
Trait Implementations§
source§impl Clone for UpdateViewContentOutputBuilder
impl Clone for UpdateViewContentOutputBuilder
source§fn clone(&self) -> UpdateViewContentOutputBuilder
fn clone(&self) -> UpdateViewContentOutputBuilder
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 UpdateViewContentOutputBuilder
impl Default for UpdateViewContentOutputBuilder
source§fn default() -> UpdateViewContentOutputBuilder
fn default() -> UpdateViewContentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateViewContentOutputBuilder
impl PartialEq for UpdateViewContentOutputBuilder
source§fn eq(&self, other: &UpdateViewContentOutputBuilder) -> bool
fn eq(&self, other: &UpdateViewContentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateViewContentOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateViewContentOutputBuilder
impl RefUnwindSafe for UpdateViewContentOutputBuilder
impl Send for UpdateViewContentOutputBuilder
impl Sync for UpdateViewContentOutputBuilder
impl Unpin for UpdateViewContentOutputBuilder
impl UnwindSafe for UpdateViewContentOutputBuilder
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.