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