#[non_exhaustive]pub struct DescribeTransformJobInput { /* private fields */ }
Implementations§
source§impl DescribeTransformJobInput
impl DescribeTransformJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTransformJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTransformJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeTransformJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTransformJobInput
.
source§impl DescribeTransformJobInput
impl DescribeTransformJobInput
sourcepub fn transform_job_name(&self) -> Option<&str>
pub fn transform_job_name(&self) -> Option<&str>
The name of the transform job that you want to view details of.
Trait Implementations§
source§impl Clone for DescribeTransformJobInput
impl Clone for DescribeTransformJobInput
source§fn clone(&self) -> DescribeTransformJobInput
fn clone(&self) -> DescribeTransformJobInput
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 DescribeTransformJobInput
impl Debug for DescribeTransformJobInput
source§impl PartialEq<DescribeTransformJobInput> for DescribeTransformJobInput
impl PartialEq<DescribeTransformJobInput> for DescribeTransformJobInput
source§fn eq(&self, other: &DescribeTransformJobInput) -> bool
fn eq(&self, other: &DescribeTransformJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.