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