Struct aws_sdk_iotwireless::operation::test_wireless_device::builders::TestWirelessDeviceOutputBuilder
source · #[non_exhaustive]pub struct TestWirelessDeviceOutputBuilder { /* private fields */ }Expand description
A builder for TestWirelessDeviceOutput.
Implementations§
source§impl TestWirelessDeviceOutputBuilder
impl TestWirelessDeviceOutputBuilder
sourcepub fn set_result(self, input: Option<String>) -> Self
pub fn set_result(self, input: Option<String>) -> Self
The result returned by the test.
sourcepub fn get_result(&self) -> &Option<String>
pub fn get_result(&self) -> &Option<String>
The result returned by the test.
sourcepub fn build(self) -> TestWirelessDeviceOutput
pub fn build(self) -> TestWirelessDeviceOutput
Consumes the builder and constructs a TestWirelessDeviceOutput.
Trait Implementations§
source§impl Clone for TestWirelessDeviceOutputBuilder
impl Clone for TestWirelessDeviceOutputBuilder
source§fn clone(&self) -> TestWirelessDeviceOutputBuilder
fn clone(&self) -> TestWirelessDeviceOutputBuilder
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 TestWirelessDeviceOutputBuilder
impl Default for TestWirelessDeviceOutputBuilder
source§fn default() -> TestWirelessDeviceOutputBuilder
fn default() -> TestWirelessDeviceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for TestWirelessDeviceOutputBuilder
impl PartialEq for TestWirelessDeviceOutputBuilder
source§fn eq(&self, other: &TestWirelessDeviceOutputBuilder) -> bool
fn eq(&self, other: &TestWirelessDeviceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TestWirelessDeviceOutputBuilder
Auto Trait Implementations§
impl Freeze for TestWirelessDeviceOutputBuilder
impl RefUnwindSafe for TestWirelessDeviceOutputBuilder
impl Send for TestWirelessDeviceOutputBuilder
impl Sync for TestWirelessDeviceOutputBuilder
impl Unpin for TestWirelessDeviceOutputBuilder
impl UnwindSafe for TestWirelessDeviceOutputBuilder
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.