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