Struct aws_sdk_ssm::operation::label_parameter_version::builders::LabelParameterVersionOutputBuilder
source · #[non_exhaustive]pub struct LabelParameterVersionOutputBuilder { /* private fields */ }Expand description
A builder for LabelParameterVersionOutput.
Implementations§
source§impl LabelParameterVersionOutputBuilder
impl LabelParameterVersionOutputBuilder
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 label doesn't meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.
sourcepub fn set_invalid_labels(self, input: Option<Vec<String>>) -> Self
pub fn set_invalid_labels(self, input: Option<Vec<String>>) -> Self
The label doesn't meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.
sourcepub fn parameter_version(self, input: i64) -> Self
pub fn parameter_version(self, input: i64) -> Self
The version of the parameter that has been labeled.
sourcepub fn set_parameter_version(self, input: Option<i64>) -> Self
pub fn set_parameter_version(self, input: Option<i64>) -> Self
The version of the parameter that has been labeled.
sourcepub fn build(self) -> LabelParameterVersionOutput
pub fn build(self) -> LabelParameterVersionOutput
Consumes the builder and constructs a LabelParameterVersionOutput.
Trait Implementations§
source§impl Clone for LabelParameterVersionOutputBuilder
impl Clone for LabelParameterVersionOutputBuilder
source§fn clone(&self) -> LabelParameterVersionOutputBuilder
fn clone(&self) -> LabelParameterVersionOutputBuilder
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 LabelParameterVersionOutputBuilder
impl Default for LabelParameterVersionOutputBuilder
source§fn default() -> LabelParameterVersionOutputBuilder
fn default() -> LabelParameterVersionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LabelParameterVersionOutputBuilder> for LabelParameterVersionOutputBuilder
impl PartialEq<LabelParameterVersionOutputBuilder> for LabelParameterVersionOutputBuilder
source§fn eq(&self, other: &LabelParameterVersionOutputBuilder) -> bool
fn eq(&self, other: &LabelParameterVersionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.