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