Struct aws_sdk_lexmodelsv2::types::builders::TestSetSummaryBuilder
source · #[non_exhaustive]pub struct TestSetSummaryBuilder { /* private fields */ }
Expand description
A builder for TestSetSummary
.
Implementations§
source§impl TestSetSummaryBuilder
impl TestSetSummaryBuilder
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 of the 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 of the test set.
sourcepub fn get_test_set_id(&self) -> &Option<String>
pub fn get_test_set_id(&self) -> &Option<String>
The unique identifier of the 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 name of the 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 name of the test set.
sourcepub fn get_test_set_name(&self) -> &Option<String>
pub fn get_test_set_name(&self) -> &Option<String>
The name of the test set.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the test set.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the test set.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the test set.
sourcepub fn modality(self, input: TestSetModality) -> Self
pub fn modality(self, input: TestSetModality) -> Self
Specifies whether the test set contains written or spoken data.
sourcepub fn set_modality(self, input: Option<TestSetModality>) -> Self
pub fn set_modality(self, input: Option<TestSetModality>) -> Self
Specifies whether the test set contains written or spoken data.
sourcepub fn get_modality(&self) -> &Option<TestSetModality>
pub fn get_modality(&self) -> &Option<TestSetModality>
Specifies whether the test set contains written or spoken data.
sourcepub fn status(self, input: TestSetStatus) -> Self
pub fn status(self, input: TestSetStatus) -> Self
The status of the test set.
sourcepub fn set_status(self, input: Option<TestSetStatus>) -> Self
pub fn set_status(self, input: Option<TestSetStatus>) -> Self
The status of the test set.
sourcepub fn get_status(&self) -> &Option<TestSetStatus>
pub fn get_status(&self) -> &Option<TestSetStatus>
The status of the test set.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
sourcepub fn set_num_turns(self, input: Option<i32>) -> Self
pub fn set_num_turns(self, input: Option<i32>) -> Self
The number of turns in the test set.
sourcepub fn get_num_turns(&self) -> &Option<i32>
pub fn get_num_turns(&self) -> &Option<i32>
The number of turns in the test set.
sourcepub fn storage_location(self, input: TestSetStorageLocation) -> Self
pub fn storage_location(self, input: TestSetStorageLocation) -> Self
Contains information about the location at which the test set is stored.
sourcepub fn set_storage_location(self, input: Option<TestSetStorageLocation>) -> Self
pub fn set_storage_location(self, input: Option<TestSetStorageLocation>) -> Self
Contains information about the location at which the test set is stored.
sourcepub fn get_storage_location(&self) -> &Option<TestSetStorageLocation>
pub fn get_storage_location(&self) -> &Option<TestSetStorageLocation>
Contains information about the location at which the test set is stored.
sourcepub fn creation_date_time(self, input: DateTime) -> Self
pub fn creation_date_time(self, input: DateTime) -> Self
The date and time at which the test set was created.
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
The date and time at which the test set was created.
sourcepub fn get_creation_date_time(&self) -> &Option<DateTime>
pub fn get_creation_date_time(&self) -> &Option<DateTime>
The date and time at which the test set was created.
sourcepub fn last_updated_date_time(self, input: DateTime) -> Self
pub fn last_updated_date_time(self, input: DateTime) -> Self
The date and time at which the test set was last updated.
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 at which the test set was last updated.
sourcepub fn get_last_updated_date_time(&self) -> &Option<DateTime>
pub fn get_last_updated_date_time(&self) -> &Option<DateTime>
The date and time at which the test set was last updated.
sourcepub fn build(self) -> TestSetSummary
pub fn build(self) -> TestSetSummary
Consumes the builder and constructs a TestSetSummary
.
Trait Implementations§
source§impl Clone for TestSetSummaryBuilder
impl Clone for TestSetSummaryBuilder
source§fn clone(&self) -> TestSetSummaryBuilder
fn clone(&self) -> TestSetSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TestSetSummaryBuilder
impl Debug for TestSetSummaryBuilder
source§impl Default for TestSetSummaryBuilder
impl Default for TestSetSummaryBuilder
source§fn default() -> TestSetSummaryBuilder
fn default() -> TestSetSummaryBuilder
source§impl PartialEq for TestSetSummaryBuilder
impl PartialEq for TestSetSummaryBuilder
source§fn eq(&self, other: &TestSetSummaryBuilder) -> bool
fn eq(&self, other: &TestSetSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.