Struct aws_sdk_datazone::operation::delete_environment_blueprint_configuration::builders::DeleteEnvironmentBlueprintConfigurationOutputBuilder
source · #[non_exhaustive]pub struct DeleteEnvironmentBlueprintConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteEnvironmentBlueprintConfigurationOutput
.
Implementations§
source§impl DeleteEnvironmentBlueprintConfigurationOutputBuilder
impl DeleteEnvironmentBlueprintConfigurationOutputBuilder
sourcepub fn build(self) -> DeleteEnvironmentBlueprintConfigurationOutput
pub fn build(self) -> DeleteEnvironmentBlueprintConfigurationOutput
Consumes the builder and constructs a DeleteEnvironmentBlueprintConfigurationOutput
.
Trait Implementations§
source§impl Clone for DeleteEnvironmentBlueprintConfigurationOutputBuilder
impl Clone for DeleteEnvironmentBlueprintConfigurationOutputBuilder
source§fn clone(&self) -> DeleteEnvironmentBlueprintConfigurationOutputBuilder
fn clone(&self) -> DeleteEnvironmentBlueprintConfigurationOutputBuilder
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 DeleteEnvironmentBlueprintConfigurationOutputBuilder
impl Default for DeleteEnvironmentBlueprintConfigurationOutputBuilder
source§fn default() -> DeleteEnvironmentBlueprintConfigurationOutputBuilder
fn default() -> DeleteEnvironmentBlueprintConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteEnvironmentBlueprintConfigurationOutputBuilder
impl PartialEq for DeleteEnvironmentBlueprintConfigurationOutputBuilder
source§fn eq(
&self,
other: &DeleteEnvironmentBlueprintConfigurationOutputBuilder
) -> bool
fn eq( &self, other: &DeleteEnvironmentBlueprintConfigurationOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteEnvironmentBlueprintConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEnvironmentBlueprintConfigurationOutputBuilder
impl Send for DeleteEnvironmentBlueprintConfigurationOutputBuilder
impl Sync for DeleteEnvironmentBlueprintConfigurationOutputBuilder
impl Unpin for DeleteEnvironmentBlueprintConfigurationOutputBuilder
impl UnwindSafe for DeleteEnvironmentBlueprintConfigurationOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more