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