Struct aws_sdk_fsx::operation::create_data_repository_task::builders::CreateDataRepositoryTaskOutputBuilder
source · #[non_exhaustive]pub struct CreateDataRepositoryTaskOutputBuilder { /* private fields */ }Expand description
A builder for CreateDataRepositoryTaskOutput.
Implementations§
source§impl CreateDataRepositoryTaskOutputBuilder
impl CreateDataRepositoryTaskOutputBuilder
sourcepub fn data_repository_task(self, input: DataRepositoryTask) -> Self
pub fn data_repository_task(self, input: DataRepositoryTask) -> Self
The description of the data repository task that you just created.
sourcepub fn set_data_repository_task(self, input: Option<DataRepositoryTask>) -> Self
pub fn set_data_repository_task(self, input: Option<DataRepositoryTask>) -> Self
The description of the data repository task that you just created.
sourcepub fn build(self) -> CreateDataRepositoryTaskOutput
pub fn build(self) -> CreateDataRepositoryTaskOutput
Consumes the builder and constructs a CreateDataRepositoryTaskOutput.
Trait Implementations§
source§impl Clone for CreateDataRepositoryTaskOutputBuilder
impl Clone for CreateDataRepositoryTaskOutputBuilder
source§fn clone(&self) -> CreateDataRepositoryTaskOutputBuilder
fn clone(&self) -> CreateDataRepositoryTaskOutputBuilder
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 CreateDataRepositoryTaskOutputBuilder
impl Default for CreateDataRepositoryTaskOutputBuilder
source§fn default() -> CreateDataRepositoryTaskOutputBuilder
fn default() -> CreateDataRepositoryTaskOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateDataRepositoryTaskOutputBuilder> for CreateDataRepositoryTaskOutputBuilder
impl PartialEq<CreateDataRepositoryTaskOutputBuilder> for CreateDataRepositoryTaskOutputBuilder
source§fn eq(&self, other: &CreateDataRepositoryTaskOutputBuilder) -> bool
fn eq(&self, other: &CreateDataRepositoryTaskOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.