Struct aws_sdk_iotwireless::operation::create_wireless_gateway_task::builders::CreateWirelessGatewayTaskOutputBuilder
source · #[non_exhaustive]pub struct CreateWirelessGatewayTaskOutputBuilder { /* private fields */ }
Expand description
A builder for CreateWirelessGatewayTaskOutput
.
Implementations§
source§impl CreateWirelessGatewayTaskOutputBuilder
impl CreateWirelessGatewayTaskOutputBuilder
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 WirelessGatewayTaskDefinition.
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 WirelessGatewayTaskDefinition.
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 WirelessGatewayTaskDefinition.
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) -> CreateWirelessGatewayTaskOutput
pub fn build(self) -> CreateWirelessGatewayTaskOutput
Consumes the builder and constructs a CreateWirelessGatewayTaskOutput
.
Trait Implementations§
source§impl Clone for CreateWirelessGatewayTaskOutputBuilder
impl Clone for CreateWirelessGatewayTaskOutputBuilder
source§fn clone(&self) -> CreateWirelessGatewayTaskOutputBuilder
fn clone(&self) -> CreateWirelessGatewayTaskOutputBuilder
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 CreateWirelessGatewayTaskOutputBuilder
impl Default for CreateWirelessGatewayTaskOutputBuilder
source§fn default() -> CreateWirelessGatewayTaskOutputBuilder
fn default() -> CreateWirelessGatewayTaskOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateWirelessGatewayTaskOutputBuilder
impl PartialEq for CreateWirelessGatewayTaskOutputBuilder
source§fn eq(&self, other: &CreateWirelessGatewayTaskOutputBuilder) -> bool
fn eq(&self, other: &CreateWirelessGatewayTaskOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateWirelessGatewayTaskOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateWirelessGatewayTaskOutputBuilder
impl Send for CreateWirelessGatewayTaskOutputBuilder
impl Sync for CreateWirelessGatewayTaskOutputBuilder
impl Unpin for CreateWirelessGatewayTaskOutputBuilder
impl UnwindSafe for CreateWirelessGatewayTaskOutputBuilder
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