#[non_exhaustive]pub struct ListBackupJobsOutputBuilder { /* private fields */ }
Expand description
A builder for ListBackupJobsOutput
.
Implementations§
source§impl ListBackupJobsOutputBuilder
impl ListBackupJobsOutputBuilder
sourcepub fn backup_jobs(self, input: BackupJob) -> Self
pub fn backup_jobs(self, input: BackupJob) -> Self
Appends an item to backup_jobs
.
To override the contents of this collection use set_backup_jobs
.
An array of structures containing metadata about your backup jobs returned in JSON format.
sourcepub fn set_backup_jobs(self, input: Option<Vec<BackupJob>>) -> Self
pub fn set_backup_jobs(self, input: Option<Vec<BackupJob>>) -> Self
An array of structures containing metadata about your backup jobs returned in JSON format.
sourcepub fn get_backup_jobs(&self) -> &Option<Vec<BackupJob>>
pub fn get_backup_jobs(&self) -> &Option<Vec<BackupJob>>
An array of structures containing metadata about your backup jobs returned in JSON format.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The next item following a partial list of returned items. For example, if a request is made to return MaxResults
number of items, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The next item following a partial list of returned items. For example, if a request is made to return MaxResults
number of items, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The next item following a partial list of returned items. For example, if a request is made to return MaxResults
number of items, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
sourcepub fn build(self) -> ListBackupJobsOutput
pub fn build(self) -> ListBackupJobsOutput
Consumes the builder and constructs a ListBackupJobsOutput
.
Trait Implementations§
source§impl Clone for ListBackupJobsOutputBuilder
impl Clone for ListBackupJobsOutputBuilder
source§fn clone(&self) -> ListBackupJobsOutputBuilder
fn clone(&self) -> ListBackupJobsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListBackupJobsOutputBuilder
impl Debug for ListBackupJobsOutputBuilder
source§impl Default for ListBackupJobsOutputBuilder
impl Default for ListBackupJobsOutputBuilder
source§fn default() -> ListBackupJobsOutputBuilder
fn default() -> ListBackupJobsOutputBuilder
source§impl PartialEq for ListBackupJobsOutputBuilder
impl PartialEq for ListBackupJobsOutputBuilder
source§fn eq(&self, other: &ListBackupJobsOutputBuilder) -> bool
fn eq(&self, other: &ListBackupJobsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.