#[non_exhaustive]pub struct DashboardVersionSummaryBuilder { /* private fields */ }Expand description
A builder for DashboardVersionSummary.
Implementations§
source§impl DashboardVersionSummaryBuilder
impl DashboardVersionSummaryBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the resource.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the resource.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
The time that this dashboard version was created.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
The time that this dashboard version was created.
sourcepub fn get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
The time that this dashboard version was created.
sourcepub fn version_number(self, input: i64) -> Self
pub fn version_number(self, input: i64) -> Self
Version number.
sourcepub fn set_version_number(self, input: Option<i64>) -> Self
pub fn set_version_number(self, input: Option<i64>) -> Self
Version number.
sourcepub fn get_version_number(&self) -> &Option<i64>
pub fn get_version_number(&self) -> &Option<i64>
Version number.
sourcepub fn status(self, input: ResourceStatus) -> Self
pub fn status(self, input: ResourceStatus) -> Self
The HTTP status of the request.
sourcepub fn set_status(self, input: Option<ResourceStatus>) -> Self
pub fn set_status(self, input: Option<ResourceStatus>) -> Self
The HTTP status of the request.
sourcepub fn get_status(&self) -> &Option<ResourceStatus>
pub fn get_status(&self) -> &Option<ResourceStatus>
The HTTP status of the request.
sourcepub fn source_entity_arn(self, input: impl Into<String>) -> Self
pub fn source_entity_arn(self, input: impl Into<String>) -> Self
Source entity ARN.
sourcepub fn set_source_entity_arn(self, input: Option<String>) -> Self
pub fn set_source_entity_arn(self, input: Option<String>) -> Self
Source entity ARN.
sourcepub fn get_source_entity_arn(&self) -> &Option<String>
pub fn get_source_entity_arn(&self) -> &Option<String>
Source entity ARN.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
Description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
Description.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
Description.
sourcepub fn build(self) -> DashboardVersionSummary
pub fn build(self) -> DashboardVersionSummary
Consumes the builder and constructs a DashboardVersionSummary.
Trait Implementations§
source§impl Clone for DashboardVersionSummaryBuilder
impl Clone for DashboardVersionSummaryBuilder
source§fn clone(&self) -> DashboardVersionSummaryBuilder
fn clone(&self) -> DashboardVersionSummaryBuilder
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 DashboardVersionSummaryBuilder
impl Default for DashboardVersionSummaryBuilder
source§fn default() -> DashboardVersionSummaryBuilder
fn default() -> DashboardVersionSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DashboardVersionSummaryBuilder
impl PartialEq for DashboardVersionSummaryBuilder
source§fn eq(&self, other: &DashboardVersionSummaryBuilder) -> bool
fn eq(&self, other: &DashboardVersionSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DashboardVersionSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DashboardVersionSummaryBuilder
impl Send for DashboardVersionSummaryBuilder
impl Sync for DashboardVersionSummaryBuilder
impl Unpin for DashboardVersionSummaryBuilder
impl UnwindSafe for DashboardVersionSummaryBuilder
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.