Struct aws_sdk_ssm::types::builders::OpsItemEventSummaryBuilder
source · #[non_exhaustive]pub struct OpsItemEventSummaryBuilder { /* private fields */ }Expand description
A builder for OpsItemEventSummary.
Implementations§
source§impl OpsItemEventSummaryBuilder
impl OpsItemEventSummaryBuilder
sourcepub fn ops_item_id(self, input: impl Into<String>) -> Self
pub fn ops_item_id(self, input: impl Into<String>) -> Self
The ID of the OpsItem.
sourcepub fn set_ops_item_id(self, input: Option<String>) -> Self
pub fn set_ops_item_id(self, input: Option<String>) -> Self
The ID of the OpsItem.
sourcepub fn set_event_id(self, input: Option<String>) -> Self
pub fn set_event_id(self, input: Option<String>) -> Self
The ID of the OpsItem event.
sourcepub fn set_source(self, input: Option<String>) -> Self
pub fn set_source(self, input: Option<String>) -> Self
The source of the OpsItem event.
sourcepub fn detail_type(self, input: impl Into<String>) -> Self
pub fn detail_type(self, input: impl Into<String>) -> Self
The type of information provided as a detail.
sourcepub fn set_detail_type(self, input: Option<String>) -> Self
pub fn set_detail_type(self, input: Option<String>) -> Self
The type of information provided as a detail.
sourcepub fn detail(self, input: impl Into<String>) -> Self
pub fn detail(self, input: impl Into<String>) -> Self
Specific information about the OpsItem event.
sourcepub fn set_detail(self, input: Option<String>) -> Self
pub fn set_detail(self, input: Option<String>) -> Self
Specific information about the OpsItem event.
sourcepub fn created_by(self, input: OpsItemIdentity) -> Self
pub fn created_by(self, input: OpsItemIdentity) -> Self
Information about the user or resource that created the OpsItem event.
sourcepub fn set_created_by(self, input: Option<OpsItemIdentity>) -> Self
pub fn set_created_by(self, input: Option<OpsItemIdentity>) -> Self
Information about the user or resource that created the OpsItem event.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
The date and time the OpsItem event was created.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
The date and time the OpsItem event was created.
sourcepub fn build(self) -> OpsItemEventSummary
pub fn build(self) -> OpsItemEventSummary
Consumes the builder and constructs a OpsItemEventSummary.
Trait Implementations§
source§impl Clone for OpsItemEventSummaryBuilder
impl Clone for OpsItemEventSummaryBuilder
source§fn clone(&self) -> OpsItemEventSummaryBuilder
fn clone(&self) -> OpsItemEventSummaryBuilder
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 OpsItemEventSummaryBuilder
impl Debug for OpsItemEventSummaryBuilder
source§impl Default for OpsItemEventSummaryBuilder
impl Default for OpsItemEventSummaryBuilder
source§fn default() -> OpsItemEventSummaryBuilder
fn default() -> OpsItemEventSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<OpsItemEventSummaryBuilder> for OpsItemEventSummaryBuilder
impl PartialEq<OpsItemEventSummaryBuilder> for OpsItemEventSummaryBuilder
source§fn eq(&self, other: &OpsItemEventSummaryBuilder) -> bool
fn eq(&self, other: &OpsItemEventSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.