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
source§impl PartialEq for UpdateSecretOutputBuilder
impl PartialEq for UpdateSecretOutputBuilder
source§fn eq(&self, other: &UpdateSecretOutputBuilder) -> bool
fn eq(&self, other: &UpdateSecretOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateSecretOutputBuilder
Auto Trait Implementations§
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> 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.