Struct aws_sdk_ssm::types::builders::OpsEntityItemBuilder
source · #[non_exhaustive]pub struct OpsEntityItemBuilder { /* private fields */ }
Expand description
A builder for OpsEntityItem
.
Implementations§
source§impl OpsEntityItemBuilder
impl OpsEntityItemBuilder
sourcepub fn capture_time(self, input: impl Into<String>) -> Self
pub fn capture_time(self, input: impl Into<String>) -> Self
The time the OpsData was captured.
sourcepub fn set_capture_time(self, input: Option<String>) -> Self
pub fn set_capture_time(self, input: Option<String>) -> Self
The time the OpsData was captured.
sourcepub fn get_capture_time(&self) -> &Option<String>
pub fn get_capture_time(&self) -> &Option<String>
The time the OpsData was captured.
sourcepub fn content(self, input: HashMap<String, String>) -> Self
pub fn content(self, input: HashMap<String, String>) -> Self
Appends an item to content
.
To override the contents of this collection use set_content
.
The details of an OpsData summary.
sourcepub fn set_content(self, input: Option<Vec<HashMap<String, String>>>) -> Self
pub fn set_content(self, input: Option<Vec<HashMap<String, String>>>) -> Self
The details of an OpsData summary.
sourcepub fn get_content(&self) -> &Option<Vec<HashMap<String, String>>>
pub fn get_content(&self) -> &Option<Vec<HashMap<String, String>>>
The details of an OpsData summary.
sourcepub fn build(self) -> OpsEntityItem
pub fn build(self) -> OpsEntityItem
Consumes the builder and constructs a OpsEntityItem
.
Trait Implementations§
source§impl Clone for OpsEntityItemBuilder
impl Clone for OpsEntityItemBuilder
source§fn clone(&self) -> OpsEntityItemBuilder
fn clone(&self) -> OpsEntityItemBuilder
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 OpsEntityItemBuilder
impl Debug for OpsEntityItemBuilder
source§impl Default for OpsEntityItemBuilder
impl Default for OpsEntityItemBuilder
source§fn default() -> OpsEntityItemBuilder
fn default() -> OpsEntityItemBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for OpsEntityItemBuilder
impl PartialEq for OpsEntityItemBuilder
source§fn eq(&self, other: &OpsEntityItemBuilder) -> bool
fn eq(&self, other: &OpsEntityItemBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OpsEntityItemBuilder
Auto Trait Implementations§
impl RefUnwindSafe for OpsEntityItemBuilder
impl Send for OpsEntityItemBuilder
impl Sync for OpsEntityItemBuilder
impl Unpin for OpsEntityItemBuilder
impl UnwindSafe for OpsEntityItemBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.