Struct aws_sdk_ssm::types::builders::OpsEntityBuilder
source · #[non_exhaustive]pub struct OpsEntityBuilder { /* private fields */ }Expand description
A builder for OpsEntity.
Implementations§
source§impl OpsEntityBuilder
impl OpsEntityBuilder
sourcepub fn data(self, k: impl Into<String>, v: OpsEntityItem) -> Self
pub fn data(self, k: impl Into<String>, v: OpsEntityItem) -> Self
Adds a key-value pair to data.
To override the contents of this collection use set_data.
The data returned by the query.
Trait Implementations§
source§impl Clone for OpsEntityBuilder
impl Clone for OpsEntityBuilder
source§fn clone(&self) -> OpsEntityBuilder
fn clone(&self) -> OpsEntityBuilder
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 OpsEntityBuilder
impl Debug for OpsEntityBuilder
source§impl Default for OpsEntityBuilder
impl Default for OpsEntityBuilder
source§fn default() -> OpsEntityBuilder
fn default() -> OpsEntityBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<OpsEntityBuilder> for OpsEntityBuilder
impl PartialEq<OpsEntityBuilder> for OpsEntityBuilder
source§fn eq(&self, other: &OpsEntityBuilder) -> bool
fn eq(&self, other: &OpsEntityBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.