Struct aws_sdk_ssm::operation::unlabel_parameter_version::builders::UnlabelParameterVersionOutputBuilder
source · #[non_exhaustive]pub struct UnlabelParameterVersionOutputBuilder { /* private fields */ }
Expand description
A builder for UnlabelParameterVersionOutput
.
Implementations§
source§impl UnlabelParameterVersionOutputBuilder
impl UnlabelParameterVersionOutputBuilder
sourcepub fn removed_labels(self, input: impl Into<String>) -> Self
pub fn removed_labels(self, input: impl Into<String>) -> Self
Appends an item to removed_labels
.
To override the contents of this collection use set_removed_labels
.
A list of all labels deleted from the parameter.
sourcepub fn set_removed_labels(self, input: Option<Vec<String>>) -> Self
pub fn set_removed_labels(self, input: Option<Vec<String>>) -> Self
A list of all labels deleted from the parameter.
sourcepub fn get_removed_labels(&self) -> &Option<Vec<String>>
pub fn get_removed_labels(&self) -> &Option<Vec<String>>
A list of all labels deleted from the parameter.
sourcepub fn invalid_labels(self, input: impl Into<String>) -> Self
pub fn invalid_labels(self, input: impl Into<String>) -> Self
Appends an item to invalid_labels
.
To override the contents of this collection use set_invalid_labels
.
The labels that aren't attached to the given parameter version.
sourcepub fn set_invalid_labels(self, input: Option<Vec<String>>) -> Self
pub fn set_invalid_labels(self, input: Option<Vec<String>>) -> Self
The labels that aren't attached to the given parameter version.
sourcepub fn get_invalid_labels(&self) -> &Option<Vec<String>>
pub fn get_invalid_labels(&self) -> &Option<Vec<String>>
The labels that aren't attached to the given parameter version.
sourcepub fn build(self) -> UnlabelParameterVersionOutput
pub fn build(self) -> UnlabelParameterVersionOutput
Consumes the builder and constructs a UnlabelParameterVersionOutput
.
Trait Implementations§
source§impl Clone for UnlabelParameterVersionOutputBuilder
impl Clone for UnlabelParameterVersionOutputBuilder
source§fn clone(&self) -> UnlabelParameterVersionOutputBuilder
fn clone(&self) -> UnlabelParameterVersionOutputBuilder
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 Default for UnlabelParameterVersionOutputBuilder
impl Default for UnlabelParameterVersionOutputBuilder
source§fn default() -> UnlabelParameterVersionOutputBuilder
fn default() -> UnlabelParameterVersionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UnlabelParameterVersionOutputBuilder
impl PartialEq for UnlabelParameterVersionOutputBuilder
source§fn eq(&self, other: &UnlabelParameterVersionOutputBuilder) -> bool
fn eq(&self, other: &UnlabelParameterVersionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UnlabelParameterVersionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UnlabelParameterVersionOutputBuilder
impl Send for UnlabelParameterVersionOutputBuilder
impl Sync for UnlabelParameterVersionOutputBuilder
impl Unpin for UnlabelParameterVersionOutputBuilder
impl UnwindSafe for UnlabelParameterVersionOutputBuilder
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.