Struct aws_sdk_secretsmanager::operation::batch_get_secret_value::builders::BatchGetSecretValueOutputBuilder
source · #[non_exhaustive]pub struct BatchGetSecretValueOutputBuilder { /* private fields */ }
Expand description
A builder for BatchGetSecretValueOutput
.
Implementations§
source§impl BatchGetSecretValueOutputBuilder
impl BatchGetSecretValueOutputBuilder
sourcepub fn secret_values(self, input: SecretValueEntry) -> Self
pub fn secret_values(self, input: SecretValueEntry) -> Self
Appends an item to secret_values
.
To override the contents of this collection use set_secret_values
.
A list of secret values.
sourcepub fn set_secret_values(self, input: Option<Vec<SecretValueEntry>>) -> Self
pub fn set_secret_values(self, input: Option<Vec<SecretValueEntry>>) -> Self
A list of secret values.
sourcepub fn get_secret_values(&self) -> &Option<Vec<SecretValueEntry>>
pub fn get_secret_values(&self) -> &Option<Vec<SecretValueEntry>>
A list of secret values.
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 BatchGetSecretValue
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 BatchGetSecretValue
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 BatchGetSecretValue
again with this value.
sourcepub fn errors(self, input: ApiErrorType) -> Self
pub fn errors(self, input: ApiErrorType) -> Self
Appends an item to errors
.
To override the contents of this collection use set_errors
.
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
sourcepub fn set_errors(self, input: Option<Vec<ApiErrorType>>) -> Self
pub fn set_errors(self, input: Option<Vec<ApiErrorType>>) -> Self
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
sourcepub fn get_errors(&self) -> &Option<Vec<ApiErrorType>>
pub fn get_errors(&self) -> &Option<Vec<ApiErrorType>>
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
sourcepub fn build(self) -> BatchGetSecretValueOutput
pub fn build(self) -> BatchGetSecretValueOutput
Consumes the builder and constructs a BatchGetSecretValueOutput
.
Trait Implementations§
source§impl Clone for BatchGetSecretValueOutputBuilder
impl Clone for BatchGetSecretValueOutputBuilder
source§fn clone(&self) -> BatchGetSecretValueOutputBuilder
fn clone(&self) -> BatchGetSecretValueOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchGetSecretValueOutputBuilder
impl Default for BatchGetSecretValueOutputBuilder
source§fn default() -> BatchGetSecretValueOutputBuilder
fn default() -> BatchGetSecretValueOutputBuilder
source§impl PartialEq for BatchGetSecretValueOutputBuilder
impl PartialEq for BatchGetSecretValueOutputBuilder
source§fn eq(&self, other: &BatchGetSecretValueOutputBuilder) -> bool
fn eq(&self, other: &BatchGetSecretValueOutputBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BatchGetSecretValueOutputBuilder
Auto Trait Implementations§
impl Freeze for BatchGetSecretValueOutputBuilder
impl RefUnwindSafe for BatchGetSecretValueOutputBuilder
impl Send for BatchGetSecretValueOutputBuilder
impl Sync for BatchGetSecretValueOutputBuilder
impl Unpin for BatchGetSecretValueOutputBuilder
impl UnwindSafe for BatchGetSecretValueOutputBuilder
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
)