Struct aws_sdk_iotdeviceadvisor::operation::start_suite_run::builders::StartSuiteRunInputBuilder
source · #[non_exhaustive]pub struct StartSuiteRunInputBuilder { /* private fields */ }
Expand description
A builder for StartSuiteRunInput
.
Implementations§
source§impl StartSuiteRunInputBuilder
impl StartSuiteRunInputBuilder
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 of the test suite.
This field is required.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 of the test suite.
sourcepub fn get_suite_definition_id(&self) -> &Option<String>
pub fn get_suite_definition_id(&self) -> &Option<String>
Suite definition ID of the test suite.
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 of the test suite.
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 of the test suite.
sourcepub fn get_suite_definition_version(&self) -> &Option<String>
pub fn get_suite_definition_version(&self) -> &Option<String>
Suite definition version of the test suite.
sourcepub fn suite_run_configuration(self, input: SuiteRunConfiguration) -> Self
pub fn suite_run_configuration(self, input: SuiteRunConfiguration) -> Self
Suite run configuration.
This field is required.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.
sourcepub fn get_suite_run_configuration(&self) -> &Option<SuiteRunConfiguration>
pub fn get_suite_run_configuration(&self) -> &Option<SuiteRunConfiguration>
Suite run configuration.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags to be attached to the suite run.
The tags to be attached to the suite run.
The tags to be attached to the suite run.
sourcepub fn build(self) -> Result<StartSuiteRunInput, BuildError>
pub fn build(self) -> Result<StartSuiteRunInput, BuildError>
Consumes the builder and constructs a StartSuiteRunInput
.
source§impl StartSuiteRunInputBuilder
impl StartSuiteRunInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<StartSuiteRunOutput, SdkError<StartSuiteRunError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<StartSuiteRunOutput, SdkError<StartSuiteRunError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for StartSuiteRunInputBuilder
impl Clone for StartSuiteRunInputBuilder
source§fn clone(&self) -> StartSuiteRunInputBuilder
fn clone(&self) -> StartSuiteRunInputBuilder
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 Debug for StartSuiteRunInputBuilder
impl Debug for StartSuiteRunInputBuilder
source§impl Default for StartSuiteRunInputBuilder
impl Default for StartSuiteRunInputBuilder
source§fn default() -> StartSuiteRunInputBuilder
fn default() -> StartSuiteRunInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartSuiteRunInputBuilder
impl PartialEq for StartSuiteRunInputBuilder
source§fn eq(&self, other: &StartSuiteRunInputBuilder) -> bool
fn eq(&self, other: &StartSuiteRunInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartSuiteRunInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartSuiteRunInputBuilder
impl Send for StartSuiteRunInputBuilder
impl Sync for StartSuiteRunInputBuilder
impl Unpin for StartSuiteRunInputBuilder
impl UnwindSafe for StartSuiteRunInputBuilder
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.