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