#[non_exhaustive]pub struct DeleteConnectorInputBuilder { /* private fields */ }Expand description
A builder for DeleteConnectorInput.
Implementations§
source§impl DeleteConnectorInputBuilder
impl DeleteConnectorInputBuilder
sourcepub fn connector_id(self, input: impl Into<String>) -> Self
pub fn connector_id(self, input: impl Into<String>) -> Self
The unique identifier for the connector.
This field is required.sourcepub fn set_connector_id(self, input: Option<String>) -> Self
pub fn set_connector_id(self, input: Option<String>) -> Self
The unique identifier for the connector.
sourcepub fn get_connector_id(&self) -> &Option<String>
pub fn get_connector_id(&self) -> &Option<String>
The unique identifier for the connector.
sourcepub fn build(self) -> Result<DeleteConnectorInput, BuildError>
pub fn build(self) -> Result<DeleteConnectorInput, BuildError>
Consumes the builder and constructs a DeleteConnectorInput.
source§impl DeleteConnectorInputBuilder
impl DeleteConnectorInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteConnectorOutput, SdkError<DeleteConnectorError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteConnectorOutput, SdkError<DeleteConnectorError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteConnectorInputBuilder
impl Clone for DeleteConnectorInputBuilder
source§fn clone(&self) -> DeleteConnectorInputBuilder
fn clone(&self) -> DeleteConnectorInputBuilder
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 DeleteConnectorInputBuilder
impl Debug for DeleteConnectorInputBuilder
source§impl Default for DeleteConnectorInputBuilder
impl Default for DeleteConnectorInputBuilder
source§fn default() -> DeleteConnectorInputBuilder
fn default() -> DeleteConnectorInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteConnectorInputBuilder
impl PartialEq for DeleteConnectorInputBuilder
source§fn eq(&self, other: &DeleteConnectorInputBuilder) -> bool
fn eq(&self, other: &DeleteConnectorInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteConnectorInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteConnectorInputBuilder
impl RefUnwindSafe for DeleteConnectorInputBuilder
impl Send for DeleteConnectorInputBuilder
impl Sync for DeleteConnectorInputBuilder
impl Unpin for DeleteConnectorInputBuilder
impl UnwindSafe for DeleteConnectorInputBuilder
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.