Struct aws_sdk_backup::operation::list_backup_selections::builders::ListBackupSelectionsInputBuilder
source · #[non_exhaustive]pub struct ListBackupSelectionsInputBuilder { /* private fields */ }
Expand description
A builder for ListBackupSelectionsInput
.
Implementations§
source§impl ListBackupSelectionsInputBuilder
impl ListBackupSelectionsInputBuilder
sourcepub fn backup_plan_id(self, input: impl Into<String>) -> Self
pub fn backup_plan_id(self, input: impl Into<String>) -> Self
Uniquely identifies a backup plan.
This field is required.sourcepub fn set_backup_plan_id(self, input: Option<String>) -> Self
pub fn set_backup_plan_id(self, input: Option<String>) -> Self
Uniquely identifies a backup plan.
sourcepub fn get_backup_plan_id(&self) -> &Option<String>
pub fn get_backup_plan_id(&self) -> &Option<String>
Uniquely identifies a backup plan.
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 max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of items to be returned.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of items to be returned.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of items to be returned.
sourcepub fn build(self) -> Result<ListBackupSelectionsInput, BuildError>
pub fn build(self) -> Result<ListBackupSelectionsInput, BuildError>
Consumes the builder and constructs a ListBackupSelectionsInput
.
source§impl ListBackupSelectionsInputBuilder
impl ListBackupSelectionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListBackupSelectionsOutput, SdkError<ListBackupSelectionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListBackupSelectionsOutput, SdkError<ListBackupSelectionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListBackupSelectionsInputBuilder
impl Clone for ListBackupSelectionsInputBuilder
source§fn clone(&self) -> ListBackupSelectionsInputBuilder
fn clone(&self) -> ListBackupSelectionsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListBackupSelectionsInputBuilder
impl Default for ListBackupSelectionsInputBuilder
source§fn default() -> ListBackupSelectionsInputBuilder
fn default() -> ListBackupSelectionsInputBuilder
source§impl PartialEq for ListBackupSelectionsInputBuilder
impl PartialEq for ListBackupSelectionsInputBuilder
source§fn eq(&self, other: &ListBackupSelectionsInputBuilder) -> bool
fn eq(&self, other: &ListBackupSelectionsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.