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