Struct aws_sdk_secretsmanager::operation::list_secret_version_ids::builders::ListSecretVersionIdsOutputBuilder
source · #[non_exhaustive]pub struct ListSecretVersionIdsOutputBuilder { /* private fields */ }
Expand description
A builder for ListSecretVersionIdsOutput
.
Implementations§
source§impl ListSecretVersionIdsOutputBuilder
impl ListSecretVersionIdsOutputBuilder
sourcepub fn versions(self, input: SecretVersionsListEntry) -> Self
pub fn versions(self, input: SecretVersionsListEntry) -> Self
Appends an item to versions
.
To override the contents of this collection use set_versions
.
A list of the versions of the secret.
sourcepub fn set_versions(self, input: Option<Vec<SecretVersionsListEntry>>) -> Self
pub fn set_versions(self, input: Option<Vec<SecretVersionsListEntry>>) -> Self
A list of the versions of the secret.
sourcepub fn get_versions(&self) -> &Option<Vec<SecretVersionsListEntry>>
pub fn get_versions(&self) -> &Option<Vec<SecretVersionsListEntry>>
A list of the versions of the secret.
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 ListSecretVersionIds
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 ListSecretVersionIds
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 ListSecretVersionIds
again with this value.
sourcepub fn build(self) -> ListSecretVersionIdsOutput
pub fn build(self) -> ListSecretVersionIdsOutput
Consumes the builder and constructs a ListSecretVersionIdsOutput
.
Trait Implementations§
source§impl Clone for ListSecretVersionIdsOutputBuilder
impl Clone for ListSecretVersionIdsOutputBuilder
source§fn clone(&self) -> ListSecretVersionIdsOutputBuilder
fn clone(&self) -> ListSecretVersionIdsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListSecretVersionIdsOutputBuilder
impl Default for ListSecretVersionIdsOutputBuilder
source§fn default() -> ListSecretVersionIdsOutputBuilder
fn default() -> ListSecretVersionIdsOutputBuilder
source§impl PartialEq for ListSecretVersionIdsOutputBuilder
impl PartialEq for ListSecretVersionIdsOutputBuilder
source§fn eq(&self, other: &ListSecretVersionIdsOutputBuilder) -> bool
fn eq(&self, other: &ListSecretVersionIdsOutputBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ListSecretVersionIdsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListSecretVersionIdsOutputBuilder
impl RefUnwindSafe for ListSecretVersionIdsOutputBuilder
impl Send for ListSecretVersionIdsOutputBuilder
impl Sync for ListSecretVersionIdsOutputBuilder
impl Unpin for ListSecretVersionIdsOutputBuilder
impl UnwindSafe for ListSecretVersionIdsOutputBuilder
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
)