#[non_exhaustive]pub struct ListSecretsInputBuilder { /* private fields */ }
Expand description
A builder for ListSecretsInput
.
Implementations§
source§impl ListSecretsInputBuilder
impl ListSecretsInputBuilder
sourcepub fn include_planned_deletion(self, input: bool) -> Self
pub fn include_planned_deletion(self, input: bool) -> Self
Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.
sourcepub fn set_include_planned_deletion(self, input: Option<bool>) -> Self
pub fn set_include_planned_deletion(self, input: Option<bool>) -> Self
Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.
sourcepub fn get_include_planned_deletion(&self) -> &Option<bool>
pub fn get_include_planned_deletion(&self) -> &Option<bool>
Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken
. To get the next results, call ListSecrets
again with the value from NextToken
.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken
. To get the next results, call ListSecrets
again with the value from NextToken
.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken
. To get the next results, call ListSecrets
again with the value from NextToken
.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that indicates where the output should continue from, if a previous call did not show all results. To get the next results, call ListSecrets
again with this value.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that indicates where the output should continue from, if a previous call did not show all results. To get the next results, call ListSecrets
again with this value.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token that indicates where the output should continue from, if a previous call did not show all results. To get the next results, call ListSecrets
again with this value.
sourcepub fn filters(self, input: Filter) -> Self
pub fn filters(self, input: Filter) -> Self
Appends an item to filters
.
To override the contents of this collection use set_filters
.
The filters to apply to the list of secrets.
sourcepub fn set_filters(self, input: Option<Vec<Filter>>) -> Self
pub fn set_filters(self, input: Option<Vec<Filter>>) -> Self
The filters to apply to the list of secrets.
sourcepub fn get_filters(&self) -> &Option<Vec<Filter>>
pub fn get_filters(&self) -> &Option<Vec<Filter>>
The filters to apply to the list of secrets.
sourcepub fn sort_order(self, input: SortOrderType) -> Self
pub fn sort_order(self, input: SortOrderType) -> Self
Secrets are listed by CreatedDate
.
sourcepub fn set_sort_order(self, input: Option<SortOrderType>) -> Self
pub fn set_sort_order(self, input: Option<SortOrderType>) -> Self
Secrets are listed by CreatedDate
.
sourcepub fn get_sort_order(&self) -> &Option<SortOrderType>
pub fn get_sort_order(&self) -> &Option<SortOrderType>
Secrets are listed by CreatedDate
.
sourcepub fn build(self) -> Result<ListSecretsInput, BuildError>
pub fn build(self) -> Result<ListSecretsInput, BuildError>
Consumes the builder and constructs a ListSecretsInput
.
source§impl ListSecretsInputBuilder
impl ListSecretsInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<ListSecretsOutput, SdkError<ListSecretsError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<ListSecretsOutput, SdkError<ListSecretsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListSecretsInputBuilder
impl Clone for ListSecretsInputBuilder
source§fn clone(&self) -> ListSecretsInputBuilder
fn clone(&self) -> ListSecretsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListSecretsInputBuilder
impl Debug for ListSecretsInputBuilder
source§impl Default for ListSecretsInputBuilder
impl Default for ListSecretsInputBuilder
source§fn default() -> ListSecretsInputBuilder
fn default() -> ListSecretsInputBuilder
source§impl PartialEq for ListSecretsInputBuilder
impl PartialEq for ListSecretsInputBuilder
impl StructuralPartialEq for ListSecretsInputBuilder
Auto Trait Implementations§
impl Freeze for ListSecretsInputBuilder
impl RefUnwindSafe for ListSecretsInputBuilder
impl Send for ListSecretsInputBuilder
impl Sync for ListSecretsInputBuilder
impl Unpin for ListSecretsInputBuilder
impl UnwindSafe for ListSecretsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)