Struct aws_sdk_eks::model::UpdateLabelsPayload
source · #[non_exhaustive]pub struct UpdateLabelsPayload { /* private fields */ }
Expand description
An object representing a Kubernetes label change for a managed node group.
Implementations§
source§impl UpdateLabelsPayload
impl UpdateLabelsPayload
sourcepub fn add_or_update_labels(&self) -> Option<&HashMap<String, String>>
pub fn add_or_update_labels(&self) -> Option<&HashMap<String, String>>
Kubernetes labels to be added or updated.
sourcepub fn remove_labels(&self) -> Option<&[String]>
pub fn remove_labels(&self) -> Option<&[String]>
Kubernetes labels to be removed.
source§impl UpdateLabelsPayload
impl UpdateLabelsPayload
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateLabelsPayload
.
Trait Implementations§
source§impl Clone for UpdateLabelsPayload
impl Clone for UpdateLabelsPayload
source§fn clone(&self) -> UpdateLabelsPayload
fn clone(&self) -> UpdateLabelsPayload
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 UpdateLabelsPayload
impl Debug for UpdateLabelsPayload
source§impl PartialEq<UpdateLabelsPayload> for UpdateLabelsPayload
impl PartialEq<UpdateLabelsPayload> for UpdateLabelsPayload
source§fn eq(&self, other: &UpdateLabelsPayload) -> bool
fn eq(&self, other: &UpdateLabelsPayload) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.