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