Struct aws_sdk_codedeploy::types::builders::OnPremisesTagSetBuilder
source · #[non_exhaustive]pub struct OnPremisesTagSetBuilder { /* private fields */ }
Expand description
A builder for OnPremisesTagSet
.
Implementations§
source§impl OnPremisesTagSetBuilder
impl OnPremisesTagSetBuilder
sourcepub fn on_premises_tag_set_list(self, input: Vec<TagFilter>) -> Self
pub fn on_premises_tag_set_list(self, input: Vec<TagFilter>) -> Self
Appends an item to on_premises_tag_set_list
.
To override the contents of this collection use set_on_premises_tag_set_list
.
A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
sourcepub fn set_on_premises_tag_set_list(
self,
input: Option<Vec<Vec<TagFilter>>>
) -> Self
pub fn set_on_premises_tag_set_list( self, input: Option<Vec<Vec<TagFilter>>> ) -> Self
A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
sourcepub fn get_on_premises_tag_set_list(&self) -> &Option<Vec<Vec<TagFilter>>>
pub fn get_on_premises_tag_set_list(&self) -> &Option<Vec<Vec<TagFilter>>>
A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
sourcepub fn build(self) -> OnPremisesTagSet
pub fn build(self) -> OnPremisesTagSet
Consumes the builder and constructs a OnPremisesTagSet
.
Trait Implementations§
source§impl Clone for OnPremisesTagSetBuilder
impl Clone for OnPremisesTagSetBuilder
source§fn clone(&self) -> OnPremisesTagSetBuilder
fn clone(&self) -> OnPremisesTagSetBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for OnPremisesTagSetBuilder
impl Debug for OnPremisesTagSetBuilder
source§impl Default for OnPremisesTagSetBuilder
impl Default for OnPremisesTagSetBuilder
source§fn default() -> OnPremisesTagSetBuilder
fn default() -> OnPremisesTagSetBuilder
source§impl PartialEq for OnPremisesTagSetBuilder
impl PartialEq for OnPremisesTagSetBuilder
source§fn eq(&self, other: &OnPremisesTagSetBuilder) -> bool
fn eq(&self, other: &OnPremisesTagSetBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.