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 get_ops_item_id(&self) -> &Option<String>
pub fn get_ops_item_id(&self) -> &Option<String>
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 get_event_id(&self) -> &Option<String>
pub fn get_event_id(&self) -> &Option<String>
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 get_source(&self) -> &Option<String>
pub fn get_source(&self) -> &Option<String>
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 get_detail_type(&self) -> &Option<String>
pub fn get_detail_type(&self) -> &Option<String>
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 get_detail(&self) -> &Option<String>
pub fn get_detail(&self) -> &Option<String>
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 get_created_by(&self) -> &Option<OpsItemIdentity>
pub fn get_created_by(&self) -> &Option<OpsItemIdentity>
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 get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
source§impl PartialEq for OpsItemEventSummaryBuilder
impl PartialEq for OpsItemEventSummaryBuilder
source§fn eq(&self, other: &OpsItemEventSummaryBuilder) -> bool
fn eq(&self, other: &OpsItemEventSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.