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.
sourcepub fn set_data(self, input: Option<HashMap<String, OpsEntityItem>>) -> Self
pub fn set_data(self, input: Option<HashMap<String, OpsEntityItem>>) -> Self
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 for OpsEntityBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for OpsEntityBuilder
Auto Trait Implementations§
impl RefUnwindSafe for OpsEntityBuilder
impl Send for OpsEntityBuilder
impl Sync for OpsEntityBuilder
impl Unpin for OpsEntityBuilder
impl UnwindSafe for OpsEntityBuilder
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