Struct aws_sdk_iotwireless::operation::list_fuota_tasks::builders::ListFuotaTasksOutputBuilder
source · #[non_exhaustive]pub struct ListFuotaTasksOutputBuilder { /* private fields */ }Expand description
A builder for ListFuotaTasksOutput.
Implementations§
source§impl ListFuotaTasksOutputBuilder
impl ListFuotaTasksOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
sourcepub fn fuota_task_list(self, input: FuotaTask) -> Self
pub fn fuota_task_list(self, input: FuotaTask) -> Self
Appends an item to fuota_task_list.
To override the contents of this collection use set_fuota_task_list.
Lists the FUOTA tasks registered to your AWS account.
sourcepub fn set_fuota_task_list(self, input: Option<Vec<FuotaTask>>) -> Self
pub fn set_fuota_task_list(self, input: Option<Vec<FuotaTask>>) -> Self
Lists the FUOTA tasks registered to your AWS account.
sourcepub fn get_fuota_task_list(&self) -> &Option<Vec<FuotaTask>>
pub fn get_fuota_task_list(&self) -> &Option<Vec<FuotaTask>>
Lists the FUOTA tasks registered to your AWS account.
sourcepub fn build(self) -> ListFuotaTasksOutput
pub fn build(self) -> ListFuotaTasksOutput
Consumes the builder and constructs a ListFuotaTasksOutput.
Trait Implementations§
source§impl Clone for ListFuotaTasksOutputBuilder
impl Clone for ListFuotaTasksOutputBuilder
source§fn clone(&self) -> ListFuotaTasksOutputBuilder
fn clone(&self) -> ListFuotaTasksOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListFuotaTasksOutputBuilder
impl Debug for ListFuotaTasksOutputBuilder
source§impl Default for ListFuotaTasksOutputBuilder
impl Default for ListFuotaTasksOutputBuilder
source§fn default() -> ListFuotaTasksOutputBuilder
fn default() -> ListFuotaTasksOutputBuilder
source§impl PartialEq for ListFuotaTasksOutputBuilder
impl PartialEq for ListFuotaTasksOutputBuilder
source§fn eq(&self, other: &ListFuotaTasksOutputBuilder) -> bool
fn eq(&self, other: &ListFuotaTasksOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.