Struct aws_sdk_iotwireless::operation::delete_device_profile::builders::DeleteDeviceProfileInputBuilder
source · #[non_exhaustive]pub struct DeleteDeviceProfileInputBuilder { /* private fields */ }Expand description
A builder for DeleteDeviceProfileInput.
Implementations§
source§impl DeleteDeviceProfileInputBuilder
impl DeleteDeviceProfileInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the resource to delete.
This field is required.sourcepub fn build(self) -> Result<DeleteDeviceProfileInput, BuildError>
pub fn build(self) -> Result<DeleteDeviceProfileInput, BuildError>
Consumes the builder and constructs a DeleteDeviceProfileInput.
source§impl DeleteDeviceProfileInputBuilder
impl DeleteDeviceProfileInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteDeviceProfileOutput, SdkError<DeleteDeviceProfileError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteDeviceProfileOutput, SdkError<DeleteDeviceProfileError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteDeviceProfileInputBuilder
impl Clone for DeleteDeviceProfileInputBuilder
source§fn clone(&self) -> DeleteDeviceProfileInputBuilder
fn clone(&self) -> DeleteDeviceProfileInputBuilder
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 DeleteDeviceProfileInputBuilder
impl Default for DeleteDeviceProfileInputBuilder
source§fn default() -> DeleteDeviceProfileInputBuilder
fn default() -> DeleteDeviceProfileInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteDeviceProfileInputBuilder
impl PartialEq for DeleteDeviceProfileInputBuilder
source§fn eq(&self, other: &DeleteDeviceProfileInputBuilder) -> bool
fn eq(&self, other: &DeleteDeviceProfileInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteDeviceProfileInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteDeviceProfileInputBuilder
impl RefUnwindSafe for DeleteDeviceProfileInputBuilder
impl Send for DeleteDeviceProfileInputBuilder
impl Sync for DeleteDeviceProfileInputBuilder
impl Unpin for DeleteDeviceProfileInputBuilder
impl UnwindSafe for DeleteDeviceProfileInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.