#[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 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 ==.