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 for GetWirelessGatewayTaskDefinitionOutputBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for GetWirelessGatewayTaskDefinitionOutputBuilder
Auto Trait Implementations§
impl Freeze for GetWirelessGatewayTaskDefinitionOutputBuilder
impl RefUnwindSafe for GetWirelessGatewayTaskDefinitionOutputBuilder
impl Send for GetWirelessGatewayTaskDefinitionOutputBuilder
impl Sync for GetWirelessGatewayTaskDefinitionOutputBuilder
impl Unpin for GetWirelessGatewayTaskDefinitionOutputBuilder
impl UnwindSafe for GetWirelessGatewayTaskDefinitionOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more