Struct aws_sdk_networkmanager::input::UpdateDeviceInput
source · #[non_exhaustive]pub struct UpdateDeviceInput { /* private fields */ }
Implementations§
source§impl UpdateDeviceInput
impl UpdateDeviceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDevice, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDevice, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDevice
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDeviceInput
.
source§impl UpdateDeviceInput
impl UpdateDeviceInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn aws_location(&self) -> Option<&AwsLocation>
pub fn aws_location(&self) -> Option<&AwsLocation>
The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the device.
Constraints: Maximum length of 256 characters.
sourcepub fn vendor(&self) -> Option<&str>
pub fn vendor(&self) -> Option<&str>
The vendor of the device.
Constraints: Maximum length of 128 characters.
sourcepub fn model(&self) -> Option<&str>
pub fn model(&self) -> Option<&str>
The model of the device.
Constraints: Maximum length of 128 characters.
sourcepub fn serial_number(&self) -> Option<&str>
pub fn serial_number(&self) -> Option<&str>
The serial number of the device.
Constraints: Maximum length of 128 characters.
Trait Implementations§
source§impl Clone for UpdateDeviceInput
impl Clone for UpdateDeviceInput
source§fn clone(&self) -> UpdateDeviceInput
fn clone(&self) -> UpdateDeviceInput
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 UpdateDeviceInput
impl Debug for UpdateDeviceInput
source§impl PartialEq<UpdateDeviceInput> for UpdateDeviceInput
impl PartialEq<UpdateDeviceInput> for UpdateDeviceInput
source§fn eq(&self, other: &UpdateDeviceInput) -> bool
fn eq(&self, other: &UpdateDeviceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.