Struct aws_sdk_iotwireless::operation::get_wireless_gateway_task_definition::builders::GetWirelessGatewayTaskDefinitionOutputBuilder
source · #[non_exhaustive]pub struct GetWirelessGatewayTaskDefinitionOutputBuilder { /* private fields */ }Expand description
A builder for GetWirelessGatewayTaskDefinitionOutput.
Implementations§
source§impl GetWirelessGatewayTaskDefinitionOutputBuilder
impl GetWirelessGatewayTaskDefinitionOutputBuilder
sourcepub fn auto_create_tasks(self, input: bool) -> Self
pub fn auto_create_tasks(self, input: bool) -> Self
Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.
sourcepub fn set_auto_create_tasks(self, input: Option<bool>) -> Self
pub fn set_auto_create_tasks(self, input: Option<bool>) -> Self
Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.
sourcepub fn get_auto_create_tasks(&self) -> &Option<bool>
pub fn get_auto_create_tasks(&self) -> &Option<bool>
Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.
sourcepub fn update(self, input: UpdateWirelessGatewayTaskCreate) -> Self
pub fn update(self, input: UpdateWirelessGatewayTaskCreate) -> Self
Information about the gateways to update.
sourcepub fn set_update(self, input: Option<UpdateWirelessGatewayTaskCreate>) -> Self
pub fn set_update(self, input: Option<UpdateWirelessGatewayTaskCreate>) -> Self
Information about the gateways to update.
sourcepub fn get_update(&self) -> &Option<UpdateWirelessGatewayTaskCreate>
pub fn get_update(&self) -> &Option<UpdateWirelessGatewayTaskCreate>
Information about the gateways to update.
sourcepub fn build(self) -> GetWirelessGatewayTaskDefinitionOutput
pub fn build(self) -> GetWirelessGatewayTaskDefinitionOutput
Consumes the builder and constructs a GetWirelessGatewayTaskDefinitionOutput.
Trait Implementations§
source§impl Clone for GetWirelessGatewayTaskDefinitionOutputBuilder
impl Clone for GetWirelessGatewayTaskDefinitionOutputBuilder
source§fn clone(&self) -> GetWirelessGatewayTaskDefinitionOutputBuilder
fn clone(&self) -> GetWirelessGatewayTaskDefinitionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetWirelessGatewayTaskDefinitionOutputBuilder
impl Default for GetWirelessGatewayTaskDefinitionOutputBuilder
source§fn default() -> GetWirelessGatewayTaskDefinitionOutputBuilder
fn default() -> GetWirelessGatewayTaskDefinitionOutputBuilder
source§impl PartialEq<GetWirelessGatewayTaskDefinitionOutputBuilder> for GetWirelessGatewayTaskDefinitionOutputBuilder
impl PartialEq<GetWirelessGatewayTaskDefinitionOutputBuilder> for GetWirelessGatewayTaskDefinitionOutputBuilder
source§fn eq(&self, other: &GetWirelessGatewayTaskDefinitionOutputBuilder) -> bool
fn eq(&self, other: &GetWirelessGatewayTaskDefinitionOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.