Struct aws_sdk_secretsmanager::operation::rotate_secret::builders::RotateSecretOutputBuilder
source · #[non_exhaustive]pub struct RotateSecretOutputBuilder { /* private fields */ }
Expand description
A builder for RotateSecretOutput
.
Implementations§
source§impl RotateSecretOutputBuilder
impl RotateSecretOutputBuilder
sourcepub fn version_id(self, input: impl Into<String>) -> Self
pub fn version_id(self, input: impl Into<String>) -> Self
The ID of the new version of the secret.
sourcepub fn set_version_id(self, input: Option<String>) -> Self
pub fn set_version_id(self, input: Option<String>) -> Self
The ID of the new version of the secret.
sourcepub fn get_version_id(&self) -> &Option<String>
pub fn get_version_id(&self) -> &Option<String>
The ID of the new version of the secret.
sourcepub fn build(self) -> RotateSecretOutput
pub fn build(self) -> RotateSecretOutput
Consumes the builder and constructs a RotateSecretOutput
.
Trait Implementations§
source§impl Clone for RotateSecretOutputBuilder
impl Clone for RotateSecretOutputBuilder
source§fn clone(&self) -> RotateSecretOutputBuilder
fn clone(&self) -> RotateSecretOutputBuilder
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 RotateSecretOutputBuilder
impl Debug for RotateSecretOutputBuilder
source§impl Default for RotateSecretOutputBuilder
impl Default for RotateSecretOutputBuilder
source§fn default() -> RotateSecretOutputBuilder
fn default() -> RotateSecretOutputBuilder
Returns the “default value” for a type. Read more
impl StructuralPartialEq for RotateSecretOutputBuilder
Auto Trait Implementations§
impl Freeze for RotateSecretOutputBuilder
impl RefUnwindSafe for RotateSecretOutputBuilder
impl Send for RotateSecretOutputBuilder
impl Sync for RotateSecretOutputBuilder
impl Unpin for RotateSecretOutputBuilder
impl UnwindSafe for RotateSecretOutputBuilder
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.