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