Struct aws_sdk_backup::operation::list_backup_selections::builders::ListBackupSelectionsOutputBuilder
source · #[non_exhaustive]pub struct ListBackupSelectionsOutputBuilder { /* private fields */ }
Expand description
A builder for ListBackupSelectionsOutput
.
Implementations§
source§impl ListBackupSelectionsOutputBuilder
impl ListBackupSelectionsOutputBuilder
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_selections_list(self, input: BackupSelectionsListMember) -> Self
pub fn backup_selections_list(self, input: BackupSelectionsListMember) -> Self
Appends an item to backup_selections_list
.
To override the contents of this collection use set_backup_selections_list
.
An array of backup selection list items containing metadata about each resource in the list.
sourcepub fn set_backup_selections_list(
self,
input: Option<Vec<BackupSelectionsListMember>>
) -> Self
pub fn set_backup_selections_list( self, input: Option<Vec<BackupSelectionsListMember>> ) -> Self
An array of backup selection list items containing metadata about each resource in the list.
sourcepub fn get_backup_selections_list(
&self
) -> &Option<Vec<BackupSelectionsListMember>>
pub fn get_backup_selections_list( &self ) -> &Option<Vec<BackupSelectionsListMember>>
An array of backup selection list items containing metadata about each resource in the list.
sourcepub fn build(self) -> ListBackupSelectionsOutput
pub fn build(self) -> ListBackupSelectionsOutput
Consumes the builder and constructs a ListBackupSelectionsOutput
.
Trait Implementations§
source§impl Clone for ListBackupSelectionsOutputBuilder
impl Clone for ListBackupSelectionsOutputBuilder
source§fn clone(&self) -> ListBackupSelectionsOutputBuilder
fn clone(&self) -> ListBackupSelectionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListBackupSelectionsOutputBuilder
impl Default for ListBackupSelectionsOutputBuilder
source§fn default() -> ListBackupSelectionsOutputBuilder
fn default() -> ListBackupSelectionsOutputBuilder
source§impl PartialEq for ListBackupSelectionsOutputBuilder
impl PartialEq for ListBackupSelectionsOutputBuilder
source§fn eq(&self, other: &ListBackupSelectionsOutputBuilder) -> bool
fn eq(&self, other: &ListBackupSelectionsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.