Struct aws_sdk_iotwireless::operation::get_wireless_gateway_statistics::builders::GetWirelessGatewayStatisticsOutputBuilder
source · #[non_exhaustive]pub struct GetWirelessGatewayStatisticsOutputBuilder { /* private fields */ }Expand description
A builder for GetWirelessGatewayStatisticsOutput.
Implementations§
source§impl GetWirelessGatewayStatisticsOutputBuilder
impl GetWirelessGatewayStatisticsOutputBuilder
sourcepub fn wireless_gateway_id(self, input: impl Into<String>) -> Self
pub fn wireless_gateway_id(self, input: impl Into<String>) -> Self
The ID of the wireless gateway.
sourcepub fn set_wireless_gateway_id(self, input: Option<String>) -> Self
pub fn set_wireless_gateway_id(self, input: Option<String>) -> Self
The ID of the wireless gateway.
sourcepub fn get_wireless_gateway_id(&self) -> &Option<String>
pub fn get_wireless_gateway_id(&self) -> &Option<String>
The ID of the wireless gateway.
sourcepub fn last_uplink_received_at(self, input: impl Into<String>) -> Self
pub fn last_uplink_received_at(self, input: impl Into<String>) -> Self
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
sourcepub fn set_last_uplink_received_at(self, input: Option<String>) -> Self
pub fn set_last_uplink_received_at(self, input: Option<String>) -> Self
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
sourcepub fn get_last_uplink_received_at(&self) -> &Option<String>
pub fn get_last_uplink_received_at(&self) -> &Option<String>
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
sourcepub fn connection_status(self, input: ConnectionStatus) -> Self
pub fn connection_status(self, input: ConnectionStatus) -> Self
The connection status of the wireless gateway.
sourcepub fn set_connection_status(self, input: Option<ConnectionStatus>) -> Self
pub fn set_connection_status(self, input: Option<ConnectionStatus>) -> Self
The connection status of the wireless gateway.
sourcepub fn get_connection_status(&self) -> &Option<ConnectionStatus>
pub fn get_connection_status(&self) -> &Option<ConnectionStatus>
The connection status of the wireless gateway.
sourcepub fn build(self) -> GetWirelessGatewayStatisticsOutput
pub fn build(self) -> GetWirelessGatewayStatisticsOutput
Consumes the builder and constructs a GetWirelessGatewayStatisticsOutput.
Trait Implementations§
source§impl Clone for GetWirelessGatewayStatisticsOutputBuilder
impl Clone for GetWirelessGatewayStatisticsOutputBuilder
source§fn clone(&self) -> GetWirelessGatewayStatisticsOutputBuilder
fn clone(&self) -> GetWirelessGatewayStatisticsOutputBuilder
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 GetWirelessGatewayStatisticsOutputBuilder
impl Default for GetWirelessGatewayStatisticsOutputBuilder
source§fn default() -> GetWirelessGatewayStatisticsOutputBuilder
fn default() -> GetWirelessGatewayStatisticsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetWirelessGatewayStatisticsOutputBuilder> for GetWirelessGatewayStatisticsOutputBuilder
impl PartialEq<GetWirelessGatewayStatisticsOutputBuilder> for GetWirelessGatewayStatisticsOutputBuilder
source§fn eq(&self, other: &GetWirelessGatewayStatisticsOutputBuilder) -> bool
fn eq(&self, other: &GetWirelessGatewayStatisticsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetWirelessGatewayStatisticsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetWirelessGatewayStatisticsOutputBuilder
impl Send for GetWirelessGatewayStatisticsOutputBuilder
impl Sync for GetWirelessGatewayStatisticsOutputBuilder
impl Unpin for GetWirelessGatewayStatisticsOutputBuilder
impl UnwindSafe for GetWirelessGatewayStatisticsOutputBuilder
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