Struct aws_sdk_datasync::operation::describe_task_execution::builders::DescribeTaskExecutionInputBuilder
source · #[non_exhaustive]pub struct DescribeTaskExecutionInputBuilder { /* private fields */ }
Expand description
A builder for DescribeTaskExecutionInput
.
Implementations§
source§impl DescribeTaskExecutionInputBuilder
impl DescribeTaskExecutionInputBuilder
sourcepub fn task_execution_arn(self, input: impl Into<String>) -> Self
pub fn task_execution_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the task that is being executed.
sourcepub fn set_task_execution_arn(self, input: Option<String>) -> Self
pub fn set_task_execution_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the task that is being executed.
sourcepub fn build(self) -> Result<DescribeTaskExecutionInput, BuildError>
pub fn build(self) -> Result<DescribeTaskExecutionInput, BuildError>
Consumes the builder and constructs a DescribeTaskExecutionInput
.
Trait Implementations§
source§impl Clone for DescribeTaskExecutionInputBuilder
impl Clone for DescribeTaskExecutionInputBuilder
source§fn clone(&self) -> DescribeTaskExecutionInputBuilder
fn clone(&self) -> DescribeTaskExecutionInputBuilder
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 Default for DescribeTaskExecutionInputBuilder
impl Default for DescribeTaskExecutionInputBuilder
source§fn default() -> DescribeTaskExecutionInputBuilder
fn default() -> DescribeTaskExecutionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeTaskExecutionInputBuilder> for DescribeTaskExecutionInputBuilder
impl PartialEq<DescribeTaskExecutionInputBuilder> for DescribeTaskExecutionInputBuilder
source§fn eq(&self, other: &DescribeTaskExecutionInputBuilder) -> bool
fn eq(&self, other: &DescribeTaskExecutionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.