Struct aws_sdk_iotdeviceadvisor::operation::get_suite_run::builders::GetSuiteRunOutputBuilder
source · #[non_exhaustive]pub struct GetSuiteRunOutputBuilder { /* private fields */ }
Expand description
A builder for GetSuiteRunOutput
.
Implementations§
source§impl GetSuiteRunOutputBuilder
impl GetSuiteRunOutputBuilder
sourcepub fn suite_definition_id(self, input: impl Into<String>) -> Self
pub fn suite_definition_id(self, input: impl Into<String>) -> Self
Suite definition ID for the test suite run.
sourcepub fn set_suite_definition_id(self, input: Option<String>) -> Self
pub fn set_suite_definition_id(self, input: Option<String>) -> Self
Suite definition ID for the test suite run.
sourcepub fn get_suite_definition_id(&self) -> &Option<String>
pub fn get_suite_definition_id(&self) -> &Option<String>
Suite definition ID for the test suite run.
sourcepub fn suite_definition_version(self, input: impl Into<String>) -> Self
pub fn suite_definition_version(self, input: impl Into<String>) -> Self
Suite definition version for the test suite run.
sourcepub fn set_suite_definition_version(self, input: Option<String>) -> Self
pub fn set_suite_definition_version(self, input: Option<String>) -> Self
Suite definition version for the test suite run.
sourcepub fn get_suite_definition_version(&self) -> &Option<String>
pub fn get_suite_definition_version(&self) -> &Option<String>
Suite definition version for the test suite run.
sourcepub fn suite_run_id(self, input: impl Into<String>) -> Self
pub fn suite_run_id(self, input: impl Into<String>) -> Self
Suite run ID for the test suite run.
sourcepub fn set_suite_run_id(self, input: Option<String>) -> Self
pub fn set_suite_run_id(self, input: Option<String>) -> Self
Suite run ID for the test suite run.
sourcepub fn get_suite_run_id(&self) -> &Option<String>
pub fn get_suite_run_id(&self) -> &Option<String>
Suite run ID for the test suite run.
sourcepub fn suite_run_arn(self, input: impl Into<String>) -> Self
pub fn suite_run_arn(self, input: impl Into<String>) -> Self
The ARN of the suite run.
sourcepub fn set_suite_run_arn(self, input: Option<String>) -> Self
pub fn set_suite_run_arn(self, input: Option<String>) -> Self
The ARN of the suite run.
sourcepub fn get_suite_run_arn(&self) -> &Option<String>
pub fn get_suite_run_arn(&self) -> &Option<String>
The ARN of the suite run.
sourcepub fn suite_run_configuration(self, input: SuiteRunConfiguration) -> Self
pub fn suite_run_configuration(self, input: SuiteRunConfiguration) -> Self
Suite run configuration for the test suite run.
sourcepub fn set_suite_run_configuration(
self,
input: Option<SuiteRunConfiguration>
) -> Self
pub fn set_suite_run_configuration( self, input: Option<SuiteRunConfiguration> ) -> Self
Suite run configuration for the test suite run.
sourcepub fn get_suite_run_configuration(&self) -> &Option<SuiteRunConfiguration>
pub fn get_suite_run_configuration(&self) -> &Option<SuiteRunConfiguration>
Suite run configuration for the test suite run.
sourcepub fn test_result(self, input: TestResult) -> Self
pub fn test_result(self, input: TestResult) -> Self
Test results for the test suite run.
sourcepub fn set_test_result(self, input: Option<TestResult>) -> Self
pub fn set_test_result(self, input: Option<TestResult>) -> Self
Test results for the test suite run.
sourcepub fn get_test_result(&self) -> &Option<TestResult>
pub fn get_test_result(&self) -> &Option<TestResult>
Test results for the test suite run.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
Date (in Unix epoch time) when the test suite run started.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
Date (in Unix epoch time) when the test suite run started.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
Date (in Unix epoch time) when the test suite run started.
sourcepub fn end_time(self, input: DateTime) -> Self
pub fn end_time(self, input: DateTime) -> Self
Date (in Unix epoch time) when the test suite run ended.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
Date (in Unix epoch time) when the test suite run ended.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
Date (in Unix epoch time) when the test suite run ended.
sourcepub fn status(self, input: SuiteRunStatus) -> Self
pub fn status(self, input: SuiteRunStatus) -> Self
Status for the test suite run.
sourcepub fn set_status(self, input: Option<SuiteRunStatus>) -> Self
pub fn set_status(self, input: Option<SuiteRunStatus>) -> Self
Status for the test suite run.
sourcepub fn get_status(&self) -> &Option<SuiteRunStatus>
pub fn get_status(&self) -> &Option<SuiteRunStatus>
Status for the test suite run.
sourcepub fn error_reason(self, input: impl Into<String>) -> Self
pub fn error_reason(self, input: impl Into<String>) -> Self
Error reason for any test suite run failure.
sourcepub fn set_error_reason(self, input: Option<String>) -> Self
pub fn set_error_reason(self, input: Option<String>) -> Self
Error reason for any test suite run failure.
sourcepub fn get_error_reason(&self) -> &Option<String>
pub fn get_error_reason(&self) -> &Option<String>
Error reason for any test suite run failure.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags attached to the suite run.
The tags attached to the suite run.
The tags attached to the suite run.
sourcepub fn build(self) -> GetSuiteRunOutput
pub fn build(self) -> GetSuiteRunOutput
Consumes the builder and constructs a GetSuiteRunOutput
.
Trait Implementations§
source§impl Clone for GetSuiteRunOutputBuilder
impl Clone for GetSuiteRunOutputBuilder
source§fn clone(&self) -> GetSuiteRunOutputBuilder
fn clone(&self) -> GetSuiteRunOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetSuiteRunOutputBuilder
impl Debug for GetSuiteRunOutputBuilder
source§impl Default for GetSuiteRunOutputBuilder
impl Default for GetSuiteRunOutputBuilder
source§fn default() -> GetSuiteRunOutputBuilder
fn default() -> GetSuiteRunOutputBuilder
source§impl PartialEq for GetSuiteRunOutputBuilder
impl PartialEq for GetSuiteRunOutputBuilder
source§fn eq(&self, other: &GetSuiteRunOutputBuilder) -> bool
fn eq(&self, other: &GetSuiteRunOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.