Struct aws_sdk_ec2::operation::modify_vpc_endpoint::builders::ModifyVpcEndpointOutputBuilder
source · #[non_exhaustive]pub struct ModifyVpcEndpointOutputBuilder { /* private fields */ }
Expand description
A builder for ModifyVpcEndpointOutput
.
Implementations§
source§impl ModifyVpcEndpointOutputBuilder
impl ModifyVpcEndpointOutputBuilder
sourcepub fn return(self, input: bool) -> Self
pub fn return(self, input: bool) -> Self
Returns true
if the request succeeds; otherwise, it returns an error.
sourcepub fn set_return(self, input: Option<bool>) -> Self
pub fn set_return(self, input: Option<bool>) -> Self
Returns true
if the request succeeds; otherwise, it returns an error.
sourcepub fn build(self) -> ModifyVpcEndpointOutput
pub fn build(self) -> ModifyVpcEndpointOutput
Consumes the builder and constructs a ModifyVpcEndpointOutput
.
Trait Implementations§
source§impl Clone for ModifyVpcEndpointOutputBuilder
impl Clone for ModifyVpcEndpointOutputBuilder
source§fn clone(&self) -> ModifyVpcEndpointOutputBuilder
fn clone(&self) -> ModifyVpcEndpointOutputBuilder
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 ModifyVpcEndpointOutputBuilder
impl Default for ModifyVpcEndpointOutputBuilder
source§fn default() -> ModifyVpcEndpointOutputBuilder
fn default() -> ModifyVpcEndpointOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyVpcEndpointOutputBuilder> for ModifyVpcEndpointOutputBuilder
impl PartialEq<ModifyVpcEndpointOutputBuilder> for ModifyVpcEndpointOutputBuilder
source§fn eq(&self, other: &ModifyVpcEndpointOutputBuilder) -> bool
fn eq(&self, other: &ModifyVpcEndpointOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.