Struct aws_sdk_iotwireless::operation::get_resource_log_level::builders::GetResourceLogLevelInputBuilder
source · #[non_exhaustive]pub struct GetResourceLogLevelInputBuilder { /* private fields */ }Expand description
A builder for GetResourceLogLevelInput.
Implementations§
source§impl GetResourceLogLevelInputBuilder
impl GetResourceLogLevelInputBuilder
sourcepub fn resource_identifier(self, input: impl Into<String>) -> Self
pub fn resource_identifier(self, input: impl Into<String>) -> Self
The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.
sourcepub fn set_resource_identifier(self, input: Option<String>) -> Self
pub fn set_resource_identifier(self, input: Option<String>) -> Self
The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.
sourcepub fn get_resource_identifier(&self) -> &Option<String>
pub fn get_resource_identifier(&self) -> &Option<String>
The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.
sourcepub fn resource_type(self, input: impl Into<String>) -> Self
pub fn resource_type(self, input: impl Into<String>) -> Self
The type of the resource, which can be WirelessDevice or WirelessGateway.
sourcepub fn set_resource_type(self, input: Option<String>) -> Self
pub fn set_resource_type(self, input: Option<String>) -> Self
The type of the resource, which can be WirelessDevice or WirelessGateway.
sourcepub fn get_resource_type(&self) -> &Option<String>
pub fn get_resource_type(&self) -> &Option<String>
The type of the resource, which can be WirelessDevice or WirelessGateway.
sourcepub fn build(self) -> Result<GetResourceLogLevelInput, BuildError>
pub fn build(self) -> Result<GetResourceLogLevelInput, BuildError>
Consumes the builder and constructs a GetResourceLogLevelInput.
source§impl GetResourceLogLevelInputBuilder
impl GetResourceLogLevelInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetResourceLogLevelOutput, SdkError<GetResourceLogLevelError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetResourceLogLevelOutput, SdkError<GetResourceLogLevelError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetResourceLogLevelInputBuilder
impl Clone for GetResourceLogLevelInputBuilder
source§fn clone(&self) -> GetResourceLogLevelInputBuilder
fn clone(&self) -> GetResourceLogLevelInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetResourceLogLevelInputBuilder
impl Default for GetResourceLogLevelInputBuilder
source§fn default() -> GetResourceLogLevelInputBuilder
fn default() -> GetResourceLogLevelInputBuilder
source§impl PartialEq<GetResourceLogLevelInputBuilder> for GetResourceLogLevelInputBuilder
impl PartialEq<GetResourceLogLevelInputBuilder> for GetResourceLogLevelInputBuilder
source§fn eq(&self, other: &GetResourceLogLevelInputBuilder) -> bool
fn eq(&self, other: &GetResourceLogLevelInputBuilder) -> bool
self and other values to be equal, and is used
by ==.