#[non_exhaustive]pub struct AssociateDefaultViewInput { /* private fields */ }Implementations§
source§impl AssociateDefaultViewInput
impl AssociateDefaultViewInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateDefaultView, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateDefaultView, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateDefaultView>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateDefaultViewInput.
source§impl AssociateDefaultViewInput
impl AssociateDefaultViewInput
sourcepub fn view_arn(&self) -> Option<&str>
pub fn view_arn(&self) -> Option<&str>
The Amazon resource name (ARN) of the view to set as the default for the Amazon Web Services Region and Amazon Web Services account in which you call this operation. The specified view must already exist in the called Region.
Trait Implementations§
source§impl Clone for AssociateDefaultViewInput
impl Clone for AssociateDefaultViewInput
source§fn clone(&self) -> AssociateDefaultViewInput
fn clone(&self) -> AssociateDefaultViewInput
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 AssociateDefaultViewInput
impl Debug for AssociateDefaultViewInput
source§impl PartialEq<AssociateDefaultViewInput> for AssociateDefaultViewInput
impl PartialEq<AssociateDefaultViewInput> for AssociateDefaultViewInput
source§fn eq(&self, other: &AssociateDefaultViewInput) -> bool
fn eq(&self, other: &AssociateDefaultViewInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.