Struct aws_sdk_secretsmanager::operation::update_secret::builders::UpdateSecretOutputBuilder
source · #[non_exhaustive]pub struct UpdateSecretOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateSecretOutput
.
Implementations§
source§impl UpdateSecretOutputBuilder
impl UpdateSecretOutputBuilder
sourcepub fn version_id(self, input: impl Into<String>) -> Self
pub fn version_id(self, input: impl Into<String>) -> Self
If Secrets Manager created a new version of the secret during this operation, then VersionId
contains the unique identifier of the new version.
sourcepub fn set_version_id(self, input: Option<String>) -> Self
pub fn set_version_id(self, input: Option<String>) -> Self
If Secrets Manager created a new version of the secret during this operation, then VersionId
contains the unique identifier of the new version.
sourcepub fn get_version_id(&self) -> &Option<String>
pub fn get_version_id(&self) -> &Option<String>
If Secrets Manager created a new version of the secret during this operation, then VersionId
contains the unique identifier of the new version.
sourcepub fn build(self) -> UpdateSecretOutput
pub fn build(self) -> UpdateSecretOutput
Consumes the builder and constructs a UpdateSecretOutput
.
Trait Implementations§
source§impl Clone for UpdateSecretOutputBuilder
impl Clone for UpdateSecretOutputBuilder
source§fn clone(&self) -> UpdateSecretOutputBuilder
fn clone(&self) -> UpdateSecretOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateSecretOutputBuilder
impl Debug for UpdateSecretOutputBuilder
source§impl Default for UpdateSecretOutputBuilder
impl Default for UpdateSecretOutputBuilder
source§fn default() -> UpdateSecretOutputBuilder
fn default() -> UpdateSecretOutputBuilder
Returns the “default value” for a type. Read more
impl StructuralPartialEq for UpdateSecretOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateSecretOutputBuilder
impl RefUnwindSafe for UpdateSecretOutputBuilder
impl Send for UpdateSecretOutputBuilder
impl Sync for UpdateSecretOutputBuilder
impl Unpin for UpdateSecretOutputBuilder
impl UnwindSafe for UpdateSecretOutputBuilder
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
Mutably borrows from an owned value. Read more
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.