Struct aws_sdk_iotwireless::operation::get_wireless_gateway_task::builders::GetWirelessGatewayTaskOutputBuilder
source · #[non_exhaustive]pub struct GetWirelessGatewayTaskOutputBuilder { /* private fields */ }Expand description
A builder for GetWirelessGatewayTaskOutput.
Implementations§
source§impl GetWirelessGatewayTaskOutputBuilder
impl GetWirelessGatewayTaskOutputBuilder
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 wireless_gateway_task_definition_id(
self,
input: impl Into<String>
) -> Self
pub fn wireless_gateway_task_definition_id( self, input: impl Into<String> ) -> Self
The ID of the WirelessGatewayTask.
sourcepub fn set_wireless_gateway_task_definition_id(
self,
input: Option<String>
) -> Self
pub fn set_wireless_gateway_task_definition_id( self, input: Option<String> ) -> Self
The ID of the WirelessGatewayTask.
sourcepub fn get_wireless_gateway_task_definition_id(&self) -> &Option<String>
pub fn get_wireless_gateway_task_definition_id(&self) -> &Option<String>
The ID of the WirelessGatewayTask.
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 task_created_at(self, input: impl Into<String>) -> Self
pub fn task_created_at(self, input: impl Into<String>) -> Self
The date and time when the task was created.
sourcepub fn set_task_created_at(self, input: Option<String>) -> Self
pub fn set_task_created_at(self, input: Option<String>) -> Self
The date and time when the task was created.
sourcepub fn get_task_created_at(&self) -> &Option<String>
pub fn get_task_created_at(&self) -> &Option<String>
The date and time when the task was created.
sourcepub fn status(self, input: WirelessGatewayTaskStatus) -> Self
pub fn status(self, input: WirelessGatewayTaskStatus) -> Self
The status of the request.
sourcepub fn set_status(self, input: Option<WirelessGatewayTaskStatus>) -> Self
pub fn set_status(self, input: Option<WirelessGatewayTaskStatus>) -> Self
The status of the request.
sourcepub fn get_status(&self) -> &Option<WirelessGatewayTaskStatus>
pub fn get_status(&self) -> &Option<WirelessGatewayTaskStatus>
The status of the request.
sourcepub fn build(self) -> GetWirelessGatewayTaskOutput
pub fn build(self) -> GetWirelessGatewayTaskOutput
Consumes the builder and constructs a GetWirelessGatewayTaskOutput.
Trait Implementations§
source§impl Clone for GetWirelessGatewayTaskOutputBuilder
impl Clone for GetWirelessGatewayTaskOutputBuilder
source§fn clone(&self) -> GetWirelessGatewayTaskOutputBuilder
fn clone(&self) -> GetWirelessGatewayTaskOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetWirelessGatewayTaskOutputBuilder
impl Default for GetWirelessGatewayTaskOutputBuilder
source§fn default() -> GetWirelessGatewayTaskOutputBuilder
fn default() -> GetWirelessGatewayTaskOutputBuilder
source§impl PartialEq for GetWirelessGatewayTaskOutputBuilder
impl PartialEq for GetWirelessGatewayTaskOutputBuilder
source§fn eq(&self, other: &GetWirelessGatewayTaskOutputBuilder) -> bool
fn eq(&self, other: &GetWirelessGatewayTaskOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.