Struct aws_sdk_applicationinsights::operation::delete_component::builders::DeleteComponentInputBuilder
source · #[non_exhaustive]pub struct DeleteComponentInputBuilder { /* private fields */ }
Expand description
A builder for DeleteComponentInput
.
Implementations§
source§impl DeleteComponentInputBuilder
impl DeleteComponentInputBuilder
sourcepub fn resource_group_name(self, input: impl Into<String>) -> Self
pub fn resource_group_name(self, input: impl Into<String>) -> Self
The name of the resource group.
sourcepub fn set_resource_group_name(self, input: Option<String>) -> Self
pub fn set_resource_group_name(self, input: Option<String>) -> Self
The name of the resource group.
sourcepub fn component_name(self, input: impl Into<String>) -> Self
pub fn component_name(self, input: impl Into<String>) -> Self
The name of the component.
sourcepub fn set_component_name(self, input: Option<String>) -> Self
pub fn set_component_name(self, input: Option<String>) -> Self
The name of the component.
sourcepub fn build(self) -> Result<DeleteComponentInput, BuildError>
pub fn build(self) -> Result<DeleteComponentInput, BuildError>
Consumes the builder and constructs a DeleteComponentInput
.
Trait Implementations§
source§impl Clone for DeleteComponentInputBuilder
impl Clone for DeleteComponentInputBuilder
source§fn clone(&self) -> DeleteComponentInputBuilder
fn clone(&self) -> DeleteComponentInputBuilder
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 Debug for DeleteComponentInputBuilder
impl Debug for DeleteComponentInputBuilder
source§impl Default for DeleteComponentInputBuilder
impl Default for DeleteComponentInputBuilder
source§fn default() -> DeleteComponentInputBuilder
fn default() -> DeleteComponentInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteComponentInputBuilder> for DeleteComponentInputBuilder
impl PartialEq<DeleteComponentInputBuilder> for DeleteComponentInputBuilder
source§fn eq(&self, other: &DeleteComponentInputBuilder) -> bool
fn eq(&self, other: &DeleteComponentInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteComponentInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteComponentInputBuilder
impl Send for DeleteComponentInputBuilder
impl Sync for DeleteComponentInputBuilder
impl Unpin for DeleteComponentInputBuilder
impl UnwindSafe for DeleteComponentInputBuilder
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