#[non_exhaustive]pub struct ListSecretsOutputBuilder { /* private fields */ }
Expand description
A builder for ListSecretsOutput
.
Implementations§
source§impl ListSecretsOutputBuilder
impl ListSecretsOutputBuilder
sourcepub fn secret_list(self, input: SecretListEntry) -> Self
pub fn secret_list(self, input: SecretListEntry) -> Self
Appends an item to secret_list
.
To override the contents of this collection use set_secret_list
.
A list of the secrets in the account.
sourcepub fn set_secret_list(self, input: Option<Vec<SecretListEntry>>) -> Self
pub fn set_secret_list(self, input: Option<Vec<SecretListEntry>>) -> Self
A list of the secrets in the account.
sourcepub fn get_secret_list(&self) -> &Option<Vec<SecretListEntry>>
pub fn get_secret_list(&self) -> &Option<Vec<SecretListEntry>>
A list of the secrets in the account.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. 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
Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. 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>
Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call ListSecrets
again with this value.
sourcepub fn build(self) -> ListSecretsOutput
pub fn build(self) -> ListSecretsOutput
Consumes the builder and constructs a ListSecretsOutput
.
Trait Implementations§
source§impl Clone for ListSecretsOutputBuilder
impl Clone for ListSecretsOutputBuilder
source§fn clone(&self) -> ListSecretsOutputBuilder
fn clone(&self) -> ListSecretsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListSecretsOutputBuilder
impl Debug for ListSecretsOutputBuilder
source§impl Default for ListSecretsOutputBuilder
impl Default for ListSecretsOutputBuilder
source§fn default() -> ListSecretsOutputBuilder
fn default() -> ListSecretsOutputBuilder
source§impl PartialEq for ListSecretsOutputBuilder
impl PartialEq for ListSecretsOutputBuilder
impl StructuralPartialEq for ListSecretsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListSecretsOutputBuilder
impl RefUnwindSafe for ListSecretsOutputBuilder
impl Send for ListSecretsOutputBuilder
impl Sync for ListSecretsOutputBuilder
impl Unpin for ListSecretsOutputBuilder
impl UnwindSafe for ListSecretsOutputBuilder
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
)