Struct aws_sdk_robomaker::types::builders::TemplateSummaryBuilder
source · #[non_exhaustive]pub struct TemplateSummaryBuilder { /* private fields */ }Expand description
A builder for TemplateSummary.
Implementations§
source§impl TemplateSummaryBuilder
impl TemplateSummaryBuilder
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 template.
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 template.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The time, in milliseconds since the epoch, when the template was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The time, in milliseconds since the epoch, when the template was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The time, in milliseconds since the epoch, when the template was created.
sourcepub fn last_updated_at(self, input: DateTime) -> Self
pub fn last_updated_at(self, input: DateTime) -> Self
The time, in milliseconds since the epoch, when the template was last updated.
sourcepub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
The time, in milliseconds since the epoch, when the template was last updated.
sourcepub fn get_last_updated_at(&self) -> &Option<DateTime>
pub fn get_last_updated_at(&self) -> &Option<DateTime>
The time, in milliseconds since the epoch, when the template was last updated.
sourcepub fn version(self, input: impl Into<String>) -> Self
pub fn version(self, input: impl Into<String>) -> Self
The version of the template that you're using.
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
The version of the template that you're using.
sourcepub fn get_version(&self) -> &Option<String>
pub fn get_version(&self) -> &Option<String>
The version of the template that you're using.
sourcepub fn build(self) -> TemplateSummary
pub fn build(self) -> TemplateSummary
Consumes the builder and constructs a TemplateSummary.
Trait Implementations§
source§impl Clone for TemplateSummaryBuilder
impl Clone for TemplateSummaryBuilder
source§fn clone(&self) -> TemplateSummaryBuilder
fn clone(&self) -> TemplateSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TemplateSummaryBuilder
impl Debug for TemplateSummaryBuilder
source§impl Default for TemplateSummaryBuilder
impl Default for TemplateSummaryBuilder
source§fn default() -> TemplateSummaryBuilder
fn default() -> TemplateSummaryBuilder
source§impl PartialEq for TemplateSummaryBuilder
impl PartialEq for TemplateSummaryBuilder
source§fn eq(&self, other: &TemplateSummaryBuilder) -> bool
fn eq(&self, other: &TemplateSummaryBuilder) -> bool
self and other values to be equal, and is used
by ==.