Struct aws_sdk_iotdeviceadvisor::operation::create_suite_definition::builders::CreateSuiteDefinitionOutputBuilder
source · #[non_exhaustive]pub struct CreateSuiteDefinitionOutputBuilder { /* private fields */ }
Expand description
A builder for CreateSuiteDefinitionOutput
.
Implementations§
source§impl CreateSuiteDefinitionOutputBuilder
impl CreateSuiteDefinitionOutputBuilder
sourcepub fn suite_definition_id(self, input: impl Into<String>) -> Self
pub fn suite_definition_id(self, input: impl Into<String>) -> Self
The UUID of the test suite created.
sourcepub fn set_suite_definition_id(self, input: Option<String>) -> Self
pub fn set_suite_definition_id(self, input: Option<String>) -> Self
The UUID of the test suite created.
sourcepub fn get_suite_definition_id(&self) -> &Option<String>
pub fn get_suite_definition_id(&self) -> &Option<String>
The UUID of the test suite created.
sourcepub fn suite_definition_arn(self, input: impl Into<String>) -> Self
pub fn suite_definition_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the test suite.
sourcepub fn set_suite_definition_arn(self, input: Option<String>) -> Self
pub fn set_suite_definition_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the test suite.
sourcepub fn get_suite_definition_arn(&self) -> &Option<String>
pub fn get_suite_definition_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the test suite.
sourcepub fn suite_definition_name(self, input: impl Into<String>) -> Self
pub fn suite_definition_name(self, input: impl Into<String>) -> Self
The suite definition name of the test suite. This is a required parameter.
sourcepub fn set_suite_definition_name(self, input: Option<String>) -> Self
pub fn set_suite_definition_name(self, input: Option<String>) -> Self
The suite definition name of the test suite. This is a required parameter.
sourcepub fn get_suite_definition_name(&self) -> &Option<String>
pub fn get_suite_definition_name(&self) -> &Option<String>
The suite definition name of the test suite. This is a required parameter.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when the test suite was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The timestamp of when the test suite was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when the test suite was created.
sourcepub fn build(self) -> CreateSuiteDefinitionOutput
pub fn build(self) -> CreateSuiteDefinitionOutput
Consumes the builder and constructs a CreateSuiteDefinitionOutput
.
Trait Implementations§
source§impl Clone for CreateSuiteDefinitionOutputBuilder
impl Clone for CreateSuiteDefinitionOutputBuilder
source§fn clone(&self) -> CreateSuiteDefinitionOutputBuilder
fn clone(&self) -> CreateSuiteDefinitionOutputBuilder
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 CreateSuiteDefinitionOutputBuilder
impl Default for CreateSuiteDefinitionOutputBuilder
source§fn default() -> CreateSuiteDefinitionOutputBuilder
fn default() -> CreateSuiteDefinitionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateSuiteDefinitionOutputBuilder
impl PartialEq for CreateSuiteDefinitionOutputBuilder
source§fn eq(&self, other: &CreateSuiteDefinitionOutputBuilder) -> bool
fn eq(&self, other: &CreateSuiteDefinitionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateSuiteDefinitionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateSuiteDefinitionOutputBuilder
impl Send for CreateSuiteDefinitionOutputBuilder
impl Sync for CreateSuiteDefinitionOutputBuilder
impl Unpin for CreateSuiteDefinitionOutputBuilder
impl UnwindSafe for CreateSuiteDefinitionOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.