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