#[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<ModifyVpcTenancyOutputBuilder> for ModifyVpcTenancyOutputBuilder
impl PartialEq<ModifyVpcTenancyOutputBuilder> 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 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