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 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 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<OpsEntityItemBuilder> for OpsEntityItemBuilder
impl PartialEq<OpsEntityItemBuilder> 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 ==.