#[non_exhaustive]pub struct ControlInsightsMetadataItemBuilder { /* private fields */ }Expand description
A builder for ControlInsightsMetadataItem.
Implementations§
source§impl ControlInsightsMetadataItemBuilder
impl ControlInsightsMetadataItemBuilder
sourcepub fn evidence_insights(self, input: EvidenceInsights) -> Self
pub fn evidence_insights(self, input: EvidenceInsights) -> Self
A breakdown of the compliance check status for the evidence that’s associated with the control.
sourcepub fn set_evidence_insights(self, input: Option<EvidenceInsights>) -> Self
pub fn set_evidence_insights(self, input: Option<EvidenceInsights>) -> Self
A breakdown of the compliance check status for the evidence that’s associated with the control.
sourcepub fn get_evidence_insights(&self) -> &Option<EvidenceInsights>
pub fn get_evidence_insights(&self) -> &Option<EvidenceInsights>
A breakdown of the compliance check status for the evidence that’s associated with the control.
sourcepub fn last_updated(self, input: DateTime) -> Self
pub fn last_updated(self, input: DateTime) -> Self
The time when the control insights were last updated.
sourcepub fn set_last_updated(self, input: Option<DateTime>) -> Self
pub fn set_last_updated(self, input: Option<DateTime>) -> Self
The time when the control insights were last updated.
sourcepub fn get_last_updated(&self) -> &Option<DateTime>
pub fn get_last_updated(&self) -> &Option<DateTime>
The time when the control insights were last updated.
sourcepub fn build(self) -> ControlInsightsMetadataItem
pub fn build(self) -> ControlInsightsMetadataItem
Consumes the builder and constructs a ControlInsightsMetadataItem.
Trait Implementations§
source§impl Clone for ControlInsightsMetadataItemBuilder
impl Clone for ControlInsightsMetadataItemBuilder
source§fn clone(&self) -> ControlInsightsMetadataItemBuilder
fn clone(&self) -> ControlInsightsMetadataItemBuilder
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 Default for ControlInsightsMetadataItemBuilder
impl Default for ControlInsightsMetadataItemBuilder
source§fn default() -> ControlInsightsMetadataItemBuilder
fn default() -> ControlInsightsMetadataItemBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ControlInsightsMetadataItemBuilder
impl PartialEq for ControlInsightsMetadataItemBuilder
source§fn eq(&self, other: &ControlInsightsMetadataItemBuilder) -> bool
fn eq(&self, other: &ControlInsightsMetadataItemBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ControlInsightsMetadataItemBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ControlInsightsMetadataItemBuilder
impl Send for ControlInsightsMetadataItemBuilder
impl Sync for ControlInsightsMetadataItemBuilder
impl Unpin for ControlInsightsMetadataItemBuilder
impl UnwindSafe for ControlInsightsMetadataItemBuilder
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.