Struct aws_sdk_iot1clickdevices::operation::invoke_device_method::builders::InvokeDeviceMethodOutputBuilder
source · #[non_exhaustive]pub struct InvokeDeviceMethodOutputBuilder { /* private fields */ }Expand description
A builder for InvokeDeviceMethodOutput.
Implementations§
source§impl InvokeDeviceMethodOutputBuilder
impl InvokeDeviceMethodOutputBuilder
sourcepub fn device_method_response(self, input: impl Into<String>) -> Self
pub fn device_method_response(self, input: impl Into<String>) -> Self
A JSON encoded string containing the device method response.
sourcepub fn set_device_method_response(self, input: Option<String>) -> Self
pub fn set_device_method_response(self, input: Option<String>) -> Self
A JSON encoded string containing the device method response.
sourcepub fn get_device_method_response(&self) -> &Option<String>
pub fn get_device_method_response(&self) -> &Option<String>
A JSON encoded string containing the device method response.
sourcepub fn build(self) -> InvokeDeviceMethodOutput
pub fn build(self) -> InvokeDeviceMethodOutput
Consumes the builder and constructs a InvokeDeviceMethodOutput.
Trait Implementations§
source§impl Clone for InvokeDeviceMethodOutputBuilder
impl Clone for InvokeDeviceMethodOutputBuilder
source§fn clone(&self) -> InvokeDeviceMethodOutputBuilder
fn clone(&self) -> InvokeDeviceMethodOutputBuilder
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 InvokeDeviceMethodOutputBuilder
impl Default for InvokeDeviceMethodOutputBuilder
source§fn default() -> InvokeDeviceMethodOutputBuilder
fn default() -> InvokeDeviceMethodOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<InvokeDeviceMethodOutputBuilder> for InvokeDeviceMethodOutputBuilder
impl PartialEq<InvokeDeviceMethodOutputBuilder> for InvokeDeviceMethodOutputBuilder
source§fn eq(&self, other: &InvokeDeviceMethodOutputBuilder) -> bool
fn eq(&self, other: &InvokeDeviceMethodOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InvokeDeviceMethodOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InvokeDeviceMethodOutputBuilder
impl Send for InvokeDeviceMethodOutputBuilder
impl Sync for InvokeDeviceMethodOutputBuilder
impl Unpin for InvokeDeviceMethodOutputBuilder
impl UnwindSafe for InvokeDeviceMethodOutputBuilder
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