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