Struct aws_sdk_datazone::operation::delete_environment_blueprint_configuration::builders::DeleteEnvironmentBlueprintConfigurationInputBuilder
source · #[non_exhaustive]pub struct DeleteEnvironmentBlueprintConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for DeleteEnvironmentBlueprintConfigurationInput
.
Implementations§
source§impl DeleteEnvironmentBlueprintConfigurationInputBuilder
impl DeleteEnvironmentBlueprintConfigurationInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.
sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.
sourcepub fn environment_blueprint_identifier(self, input: impl Into<String>) -> Self
pub fn environment_blueprint_identifier(self, input: impl Into<String>) -> Self
The ID of the blueprint the configuration of which is deleted.
sourcepub fn set_environment_blueprint_identifier(self, input: Option<String>) -> Self
pub fn set_environment_blueprint_identifier(self, input: Option<String>) -> Self
The ID of the blueprint the configuration of which is deleted.
sourcepub fn get_environment_blueprint_identifier(&self) -> &Option<String>
pub fn get_environment_blueprint_identifier(&self) -> &Option<String>
The ID of the blueprint the configuration of which is deleted.
sourcepub fn build(
self
) -> Result<DeleteEnvironmentBlueprintConfigurationInput, BuildError>
pub fn build( self ) -> Result<DeleteEnvironmentBlueprintConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteEnvironmentBlueprintConfigurationInput
.
source§impl DeleteEnvironmentBlueprintConfigurationInputBuilder
impl DeleteEnvironmentBlueprintConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteEnvironmentBlueprintConfigurationOutput, SdkError<DeleteEnvironmentBlueprintConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteEnvironmentBlueprintConfigurationOutput, SdkError<DeleteEnvironmentBlueprintConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteEnvironmentBlueprintConfigurationInputBuilder
impl Clone for DeleteEnvironmentBlueprintConfigurationInputBuilder
source§fn clone(&self) -> DeleteEnvironmentBlueprintConfigurationInputBuilder
fn clone(&self) -> DeleteEnvironmentBlueprintConfigurationInputBuilder
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 DeleteEnvironmentBlueprintConfigurationInputBuilder
impl Default for DeleteEnvironmentBlueprintConfigurationInputBuilder
source§fn default() -> DeleteEnvironmentBlueprintConfigurationInputBuilder
fn default() -> DeleteEnvironmentBlueprintConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteEnvironmentBlueprintConfigurationInputBuilder
impl PartialEq for DeleteEnvironmentBlueprintConfigurationInputBuilder
source§fn eq(
&self,
other: &DeleteEnvironmentBlueprintConfigurationInputBuilder
) -> bool
fn eq( &self, other: &DeleteEnvironmentBlueprintConfigurationInputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteEnvironmentBlueprintConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEnvironmentBlueprintConfigurationInputBuilder
impl Send for DeleteEnvironmentBlueprintConfigurationInputBuilder
impl Sync for DeleteEnvironmentBlueprintConfigurationInputBuilder
impl Unpin for DeleteEnvironmentBlueprintConfigurationInputBuilder
impl UnwindSafe for DeleteEnvironmentBlueprintConfigurationInputBuilder
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