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