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