#[non_exhaustive]pub struct DeleteSiteInputBuilder { /* private fields */ }
Expand description
A builder for DeleteSiteInput
.
Implementations§
source§impl DeleteSiteInputBuilder
impl DeleteSiteInputBuilder
sourcepub fn global_network_id(self, input: impl Into<String>) -> Self
pub fn global_network_id(self, input: impl Into<String>) -> Self
The ID of the global network.
sourcepub fn set_global_network_id(self, input: Option<String>) -> Self
pub fn set_global_network_id(self, input: Option<String>) -> Self
The ID of the global network.
sourcepub fn set_site_id(self, input: Option<String>) -> Self
pub fn set_site_id(self, input: Option<String>) -> Self
The ID of the site.
sourcepub fn build(self) -> Result<DeleteSiteInput, BuildError>
pub fn build(self) -> Result<DeleteSiteInput, BuildError>
Consumes the builder and constructs a DeleteSiteInput
.
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 ==
.