Struct aws_sdk_resourceexplorer2::operation::associate_default_view::builders::AssociateDefaultViewOutputBuilder
source · #[non_exhaustive]pub struct AssociateDefaultViewOutputBuilder { /* private fields */ }Expand description
A builder for AssociateDefaultViewOutput.
Implementations§
source§impl AssociateDefaultViewOutputBuilder
impl AssociateDefaultViewOutputBuilder
sourcepub fn view_arn(self, input: impl Into<String>) -> Self
pub fn view_arn(self, input: impl Into<String>) -> Self
The Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
sourcepub fn set_view_arn(self, input: Option<String>) -> Self
pub fn set_view_arn(self, input: Option<String>) -> Self
The Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
sourcepub fn get_view_arn(&self) -> &Option<String>
pub fn get_view_arn(&self) -> &Option<String>
The Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
sourcepub fn build(self) -> AssociateDefaultViewOutput
pub fn build(self) -> AssociateDefaultViewOutput
Consumes the builder and constructs a AssociateDefaultViewOutput.
Trait Implementations§
source§impl Clone for AssociateDefaultViewOutputBuilder
impl Clone for AssociateDefaultViewOutputBuilder
source§fn clone(&self) -> AssociateDefaultViewOutputBuilder
fn clone(&self) -> AssociateDefaultViewOutputBuilder
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 AssociateDefaultViewOutputBuilder
impl Default for AssociateDefaultViewOutputBuilder
source§fn default() -> AssociateDefaultViewOutputBuilder
fn default() -> AssociateDefaultViewOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssociateDefaultViewOutputBuilder
impl PartialEq for AssociateDefaultViewOutputBuilder
source§fn eq(&self, other: &AssociateDefaultViewOutputBuilder) -> bool
fn eq(&self, other: &AssociateDefaultViewOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AssociateDefaultViewOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AssociateDefaultViewOutputBuilder
impl Send for AssociateDefaultViewOutputBuilder
impl Sync for AssociateDefaultViewOutputBuilder
impl Unpin for AssociateDefaultViewOutputBuilder
impl UnwindSafe for AssociateDefaultViewOutputBuilder
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.