Struct aws_sdk_devicefarm::input::DeleteUploadInput
source · #[non_exhaustive]pub struct DeleteUploadInput { /* private fields */ }Expand description
Represents a request to the delete upload operation.
Implementations§
source§impl DeleteUploadInput
impl DeleteUploadInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteUpload, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteUpload, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteUpload>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteUploadInput.
Trait Implementations§
source§impl Clone for DeleteUploadInput
impl Clone for DeleteUploadInput
source§fn clone(&self) -> DeleteUploadInput
fn clone(&self) -> DeleteUploadInput
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 DeleteUploadInput
impl Debug for DeleteUploadInput
source§impl PartialEq<DeleteUploadInput> for DeleteUploadInput
impl PartialEq<DeleteUploadInput> for DeleteUploadInput
source§fn eq(&self, other: &DeleteUploadInput) -> bool
fn eq(&self, other: &DeleteUploadInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.