Struct aws_sdk_lexmodelsv2::operation::describe_test_set_generation::builders::DescribeTestSetGenerationOutputBuilder
source · #[non_exhaustive]pub struct DescribeTestSetGenerationOutputBuilder { /* private fields */ }Expand description
A builder for DescribeTestSetGenerationOutput.
Implementations§
source§impl DescribeTestSetGenerationOutputBuilder
impl DescribeTestSetGenerationOutputBuilder
sourcepub fn test_set_generation_id(self, input: impl Into<String>) -> Self
pub fn test_set_generation_id(self, input: impl Into<String>) -> Self
The unique identifier of the test set generation.
sourcepub fn set_test_set_generation_id(self, input: Option<String>) -> Self
pub fn set_test_set_generation_id(self, input: Option<String>) -> Self
The unique identifier of the test set generation.
sourcepub fn get_test_set_generation_id(&self) -> &Option<String>
pub fn get_test_set_generation_id(&self) -> &Option<String>
The unique identifier of the test set generation.
sourcepub fn test_set_generation_status(self, input: TestSetGenerationStatus) -> Self
pub fn test_set_generation_status(self, input: TestSetGenerationStatus) -> Self
The status for the test set generation.
sourcepub fn set_test_set_generation_status(
self,
input: Option<TestSetGenerationStatus>
) -> Self
pub fn set_test_set_generation_status( self, input: Option<TestSetGenerationStatus> ) -> Self
The status for the test set generation.
sourcepub fn get_test_set_generation_status(&self) -> &Option<TestSetGenerationStatus>
pub fn get_test_set_generation_status(&self) -> &Option<TestSetGenerationStatus>
The status for the test set generation.
sourcepub fn failure_reasons(self, input: impl Into<String>) -> Self
pub fn failure_reasons(self, input: impl Into<String>) -> Self
Appends an item to failure_reasons.
To override the contents of this collection use set_failure_reasons.
The reasons the test set generation failed.
sourcepub fn set_failure_reasons(self, input: Option<Vec<String>>) -> Self
pub fn set_failure_reasons(self, input: Option<Vec<String>>) -> Self
The reasons the test set generation failed.
sourcepub fn get_failure_reasons(&self) -> &Option<Vec<String>>
pub fn get_failure_reasons(&self) -> &Option<Vec<String>>
The reasons the test set generation failed.
sourcepub fn test_set_id(self, input: impl Into<String>) -> Self
pub fn test_set_id(self, input: impl Into<String>) -> Self
The unique identifier for the test set created for the generated test set.
sourcepub fn set_test_set_id(self, input: Option<String>) -> Self
pub fn set_test_set_id(self, input: Option<String>) -> Self
The unique identifier for the test set created for the generated test set.
sourcepub fn get_test_set_id(&self) -> &Option<String>
pub fn get_test_set_id(&self) -> &Option<String>
The unique identifier for the test set created for the generated test set.
sourcepub fn test_set_name(self, input: impl Into<String>) -> Self
pub fn test_set_name(self, input: impl Into<String>) -> Self
The test set name for the generated test set.
sourcepub fn set_test_set_name(self, input: Option<String>) -> Self
pub fn set_test_set_name(self, input: Option<String>) -> Self
The test set name for the generated test set.
sourcepub fn get_test_set_name(&self) -> &Option<String>
pub fn get_test_set_name(&self) -> &Option<String>
The test set name for the generated test set.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The test set description for the test set generation.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The test set description for the test set generation.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The test set description for the test set generation.
sourcepub fn storage_location(self, input: TestSetStorageLocation) -> Self
pub fn storage_location(self, input: TestSetStorageLocation) -> Self
The Amazon S3 storage location for the test set generation.
sourcepub fn set_storage_location(self, input: Option<TestSetStorageLocation>) -> Self
pub fn set_storage_location(self, input: Option<TestSetStorageLocation>) -> Self
The Amazon S3 storage location for the test set generation.
sourcepub fn get_storage_location(&self) -> &Option<TestSetStorageLocation>
pub fn get_storage_location(&self) -> &Option<TestSetStorageLocation>
The Amazon S3 storage location for the test set generation.
sourcepub fn generation_data_source(self, input: TestSetGenerationDataSource) -> Self
pub fn generation_data_source(self, input: TestSetGenerationDataSource) -> Self
The data source of the test set used for the test set generation.
sourcepub fn set_generation_data_source(
self,
input: Option<TestSetGenerationDataSource>
) -> Self
pub fn set_generation_data_source( self, input: Option<TestSetGenerationDataSource> ) -> Self
The data source of the test set used for the test set generation.
sourcepub fn get_generation_data_source(&self) -> &Option<TestSetGenerationDataSource>
pub fn get_generation_data_source(&self) -> &Option<TestSetGenerationDataSource>
The data source of the test set used for the test set generation.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The roleARN of the test set used for the test set generation.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The roleARN of the test set used for the test set generation.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The roleARN of the test set used for the test set generation.
sourcepub fn creation_date_time(self, input: DateTime) -> Self
pub fn creation_date_time(self, input: DateTime) -> Self
The creation date and time for the test set generation.
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
The creation date and time for the test set generation.
sourcepub fn get_creation_date_time(&self) -> &Option<DateTime>
pub fn get_creation_date_time(&self) -> &Option<DateTime>
The creation date and time for the test set generation.
sourcepub fn last_updated_date_time(self, input: DateTime) -> Self
pub fn last_updated_date_time(self, input: DateTime) -> Self
The date and time of the last update for the test set generation.
sourcepub fn set_last_updated_date_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_date_time(self, input: Option<DateTime>) -> Self
The date and time of the last update for the test set generation.
sourcepub fn get_last_updated_date_time(&self) -> &Option<DateTime>
pub fn get_last_updated_date_time(&self) -> &Option<DateTime>
The date and time of the last update for the test set generation.
sourcepub fn build(self) -> DescribeTestSetGenerationOutput
pub fn build(self) -> DescribeTestSetGenerationOutput
Consumes the builder and constructs a DescribeTestSetGenerationOutput.
Trait Implementations§
source§impl Clone for DescribeTestSetGenerationOutputBuilder
impl Clone for DescribeTestSetGenerationOutputBuilder
source§fn clone(&self) -> DescribeTestSetGenerationOutputBuilder
fn clone(&self) -> DescribeTestSetGenerationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeTestSetGenerationOutputBuilder
impl Default for DescribeTestSetGenerationOutputBuilder
source§fn default() -> DescribeTestSetGenerationOutputBuilder
fn default() -> DescribeTestSetGenerationOutputBuilder
source§impl PartialEq for DescribeTestSetGenerationOutputBuilder
impl PartialEq for DescribeTestSetGenerationOutputBuilder
source§fn eq(&self, other: &DescribeTestSetGenerationOutputBuilder) -> bool
fn eq(&self, other: &DescribeTestSetGenerationOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.