#[non_exhaustive]pub struct DeleteDeviceInputBuilder { /* private fields */ }
Expand description
A builder for DeleteDeviceInput
.
Implementations§
source§impl DeleteDeviceInputBuilder
impl DeleteDeviceInputBuilder
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_device_id(self, input: Option<String>) -> Self
pub fn set_device_id(self, input: Option<String>) -> Self
The ID of the device.
sourcepub fn build(self) -> Result<DeleteDeviceInput, BuildError>
pub fn build(self) -> Result<DeleteDeviceInput, BuildError>
Consumes the builder and constructs a DeleteDeviceInput
.
Trait Implementations§
source§impl Clone for DeleteDeviceInputBuilder
impl Clone for DeleteDeviceInputBuilder
source§fn clone(&self) -> DeleteDeviceInputBuilder
fn clone(&self) -> DeleteDeviceInputBuilder
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 DeleteDeviceInputBuilder
impl Debug for DeleteDeviceInputBuilder
source§impl Default for DeleteDeviceInputBuilder
impl Default for DeleteDeviceInputBuilder
source§fn default() -> DeleteDeviceInputBuilder
fn default() -> DeleteDeviceInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDeviceInputBuilder> for DeleteDeviceInputBuilder
impl PartialEq<DeleteDeviceInputBuilder> for DeleteDeviceInputBuilder
source§fn eq(&self, other: &DeleteDeviceInputBuilder) -> bool
fn eq(&self, other: &DeleteDeviceInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.