#[non_exhaustive]pub struct ListBackupPlansOutputBuilder { /* private fields */ }
Expand description
A builder for ListBackupPlansOutput
.
Implementations§
source§impl ListBackupPlansOutputBuilder
impl ListBackupPlansOutputBuilder
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 backup_plans_list(self, input: BackupPlansListMember) -> Self
pub fn backup_plans_list(self, input: BackupPlansListMember) -> Self
Appends an item to backup_plans_list
.
To override the contents of this collection use set_backup_plans_list
.
An array of backup plan list items containing metadata about your saved backup plans.
sourcepub fn set_backup_plans_list(
self,
input: Option<Vec<BackupPlansListMember>>
) -> Self
pub fn set_backup_plans_list( self, input: Option<Vec<BackupPlansListMember>> ) -> Self
An array of backup plan list items containing metadata about your saved backup plans.
sourcepub fn get_backup_plans_list(&self) -> &Option<Vec<BackupPlansListMember>>
pub fn get_backup_plans_list(&self) -> &Option<Vec<BackupPlansListMember>>
An array of backup plan list items containing metadata about your saved backup plans.
sourcepub fn build(self) -> ListBackupPlansOutput
pub fn build(self) -> ListBackupPlansOutput
Consumes the builder and constructs a ListBackupPlansOutput
.
Trait Implementations§
source§impl Clone for ListBackupPlansOutputBuilder
impl Clone for ListBackupPlansOutputBuilder
source§fn clone(&self) -> ListBackupPlansOutputBuilder
fn clone(&self) -> ListBackupPlansOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListBackupPlansOutputBuilder
impl Debug for ListBackupPlansOutputBuilder
source§impl Default for ListBackupPlansOutputBuilder
impl Default for ListBackupPlansOutputBuilder
source§fn default() -> ListBackupPlansOutputBuilder
fn default() -> ListBackupPlansOutputBuilder
source§impl PartialEq for ListBackupPlansOutputBuilder
impl PartialEq for ListBackupPlansOutputBuilder
source§fn eq(&self, other: &ListBackupPlansOutputBuilder) -> bool
fn eq(&self, other: &ListBackupPlansOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.