Struct aws_sdk_iotdeviceadvisor::output::get_suite_definition_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetSuiteDefinitionOutput
Implementations
Suite definition Id of the suite definition.
Suite definition Id of the suite definition.
The ARN of the suite definition.
The ARN of the suite definition.
Suite definition version of the suite definition.
Suite definition version of the suite definition.
Latest suite definition version of the suite definition.
Latest suite definition version of the suite definition.
Suite configuration of the suite definition.
pub fn set_suite_definition_configuration(
self,
input: Option<SuiteDefinitionConfiguration>
) -> Self
pub fn set_suite_definition_configuration(
self,
input: Option<SuiteDefinitionConfiguration>
) -> Self
Suite configuration of the suite definition.
Date (in Unix epoch time) when the suite definition was created.
Date (in Unix epoch time) when the suite definition was created.
Date (in Unix epoch time) when the suite definition was last modified.
Date (in Unix epoch time) when the suite definition was last modified.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Tags attached to the suite definition.
Tags attached to the suite definition.
Consumes the builder and constructs a GetSuiteDefinitionOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more