#[non_exhaustive]pub struct ModifyVpcTenancyOutputBuilder { /* private fields */ }
Expand description
A builder for ModifyVpcTenancyOutput
.
Implementations§
source§impl ModifyVpcTenancyOutputBuilder
impl ModifyVpcTenancyOutputBuilder
sourcepub fn return_value(self, input: bool) -> Self
pub fn return_value(self, input: bool) -> Self
Returns true
if the request succeeds; otherwise, returns an error.
sourcepub fn set_return_value(self, input: Option<bool>) -> Self
pub fn set_return_value(self, input: Option<bool>) -> Self
Returns true
if the request succeeds; otherwise, returns an error.
sourcepub fn get_return_value(&self) -> &Option<bool>
pub fn get_return_value(&self) -> &Option<bool>
Returns true
if the request succeeds; otherwise, returns an error.
sourcepub fn build(self) -> ModifyVpcTenancyOutput
pub fn build(self) -> ModifyVpcTenancyOutput
Consumes the builder and constructs a ModifyVpcTenancyOutput
.
Trait Implementations§
source§impl Clone for ModifyVpcTenancyOutputBuilder
impl Clone for ModifyVpcTenancyOutputBuilder
source§fn clone(&self) -> ModifyVpcTenancyOutputBuilder
fn clone(&self) -> ModifyVpcTenancyOutputBuilder
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 ModifyVpcTenancyOutputBuilder
impl Default for ModifyVpcTenancyOutputBuilder
source§fn default() -> ModifyVpcTenancyOutputBuilder
fn default() -> ModifyVpcTenancyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ModifyVpcTenancyOutputBuilder
impl PartialEq for ModifyVpcTenancyOutputBuilder
source§fn eq(&self, other: &ModifyVpcTenancyOutputBuilder) -> bool
fn eq(&self, other: &ModifyVpcTenancyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModifyVpcTenancyOutputBuilder
Auto Trait Implementations§
impl Freeze for ModifyVpcTenancyOutputBuilder
impl RefUnwindSafe for ModifyVpcTenancyOutputBuilder
impl Send for ModifyVpcTenancyOutputBuilder
impl Sync for ModifyVpcTenancyOutputBuilder
impl Unpin for ModifyVpcTenancyOutputBuilder
impl UnwindSafe for ModifyVpcTenancyOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.