Struct aws_sdk_iotwireless::operation::associate_wireless_gateway_with_thing::builders::AssociateWirelessGatewayWithThingFluentBuilder
source · pub struct AssociateWirelessGatewayWithThingFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to AssociateWirelessGatewayWithThing.
Associates a wireless gateway with a thing.
Implementations§
source§impl AssociateWirelessGatewayWithThingFluentBuilder
impl AssociateWirelessGatewayWithThingFluentBuilder
sourcepub fn as_input(&self) -> &AssociateWirelessGatewayWithThingInputBuilder
pub fn as_input(&self) -> &AssociateWirelessGatewayWithThingInputBuilder
Access the AssociateWirelessGatewayWithThing as a reference.
sourcepub async fn send(
self
) -> Result<AssociateWirelessGatewayWithThingOutput, SdkError<AssociateWirelessGatewayWithThingError, HttpResponse>>
pub async fn send( self ) -> Result<AssociateWirelessGatewayWithThingOutput, SdkError<AssociateWirelessGatewayWithThingError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<AssociateWirelessGatewayWithThingOutput, AssociateWirelessGatewayWithThingError, Self>
pub fn customize( self ) -> CustomizableOperation<AssociateWirelessGatewayWithThingOutput, AssociateWirelessGatewayWithThingError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn thing_arn(self, input: impl Into<String>) -> Self
pub fn thing_arn(self, input: impl Into<String>) -> Self
The ARN of the thing to associate with the wireless gateway.
sourcepub fn set_thing_arn(self, input: Option<String>) -> Self
pub fn set_thing_arn(self, input: Option<String>) -> Self
The ARN of the thing to associate with the wireless gateway.
sourcepub fn get_thing_arn(&self) -> &Option<String>
pub fn get_thing_arn(&self) -> &Option<String>
The ARN of the thing to associate with the wireless gateway.
Trait Implementations§
source§impl Clone for AssociateWirelessGatewayWithThingFluentBuilder
impl Clone for AssociateWirelessGatewayWithThingFluentBuilder
source§fn clone(&self) -> AssociateWirelessGatewayWithThingFluentBuilder
fn clone(&self) -> AssociateWirelessGatewayWithThingFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more