#[non_exhaustive]pub struct DeleteVpnGatewayOutputBuilder { /* private fields */ }Expand description
A builder for DeleteVpnGatewayOutput.
Implementations§
source§impl DeleteVpnGatewayOutputBuilder
impl DeleteVpnGatewayOutputBuilder
sourcepub fn build(self) -> DeleteVpnGatewayOutput
pub fn build(self) -> DeleteVpnGatewayOutput
Consumes the builder and constructs a DeleteVpnGatewayOutput.
Trait Implementations§
source§impl Clone for DeleteVpnGatewayOutputBuilder
impl Clone for DeleteVpnGatewayOutputBuilder
source§fn clone(&self) -> DeleteVpnGatewayOutputBuilder
fn clone(&self) -> DeleteVpnGatewayOutputBuilder
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 DeleteVpnGatewayOutputBuilder
impl Default for DeleteVpnGatewayOutputBuilder
source§fn default() -> DeleteVpnGatewayOutputBuilder
fn default() -> DeleteVpnGatewayOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteVpnGatewayOutputBuilder> for DeleteVpnGatewayOutputBuilder
impl PartialEq<DeleteVpnGatewayOutputBuilder> for DeleteVpnGatewayOutputBuilder
source§fn eq(&self, other: &DeleteVpnGatewayOutputBuilder) -> bool
fn eq(&self, other: &DeleteVpnGatewayOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.