Struct aws_sdk_ec2::output::modify_vpc_endpoint_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyVpcEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
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
.