Struct aws_sdk_devicefarm::operation::get_device_instance::builders::GetDeviceInstanceInputBuilder
source · #[non_exhaustive]pub struct GetDeviceInstanceInputBuilder { /* private fields */ }Expand description
A builder for GetDeviceInstanceInput.
Implementations§
source§impl GetDeviceInstanceInputBuilder
impl GetDeviceInstanceInputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the instance you're requesting information about.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the instance you're requesting information about.
sourcepub fn build(self) -> Result<GetDeviceInstanceInput, BuildError>
pub fn build(self) -> Result<GetDeviceInstanceInput, BuildError>
Consumes the builder and constructs a GetDeviceInstanceInput.
Trait Implementations§
source§impl Clone for GetDeviceInstanceInputBuilder
impl Clone for GetDeviceInstanceInputBuilder
source§fn clone(&self) -> GetDeviceInstanceInputBuilder
fn clone(&self) -> GetDeviceInstanceInputBuilder
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 Default for GetDeviceInstanceInputBuilder
impl Default for GetDeviceInstanceInputBuilder
source§fn default() -> GetDeviceInstanceInputBuilder
fn default() -> GetDeviceInstanceInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDeviceInstanceInputBuilder> for GetDeviceInstanceInputBuilder
impl PartialEq<GetDeviceInstanceInputBuilder> for GetDeviceInstanceInputBuilder
source§fn eq(&self, other: &GetDeviceInstanceInputBuilder) -> bool
fn eq(&self, other: &GetDeviceInstanceInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.