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