Struct aws_sdk_datazone::types::builders::ProjectSummaryBuilder
source · #[non_exhaustive]pub struct ProjectSummaryBuilder { /* private fields */ }
Expand description
A builder for ProjectSummary
.
Implementations§
source§impl ProjectSummaryBuilder
impl ProjectSummaryBuilder
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The identifier of a Amazon DataZone domain where the project exists.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The identifier of a Amazon DataZone domain where the project exists.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The identifier of a Amazon DataZone domain where the project exists.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of a project.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of a project.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of a project.
sourcepub fn created_by(self, input: impl Into<String>) -> Self
pub fn created_by(self, input: impl Into<String>) -> Self
The Amazon DataZone user who created the project.
sourcepub fn set_created_by(self, input: Option<String>) -> Self
pub fn set_created_by(self, input: Option<String>) -> Self
The Amazon DataZone user who created the project.
sourcepub fn get_created_by(&self) -> &Option<String>
pub fn get_created_by(&self) -> &Option<String>
The Amazon DataZone user who created the project.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when a project was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The timestamp of when a project was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when a project was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The timestamp of when the project was updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The timestamp of when the project was updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The timestamp of when the project was updated.
sourcepub fn build(self) -> ProjectSummary
pub fn build(self) -> ProjectSummary
Consumes the builder and constructs a ProjectSummary
.
Trait Implementations§
source§impl Clone for ProjectSummaryBuilder
impl Clone for ProjectSummaryBuilder
source§fn clone(&self) -> ProjectSummaryBuilder
fn clone(&self) -> ProjectSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ProjectSummaryBuilder
impl Debug for ProjectSummaryBuilder
source§impl Default for ProjectSummaryBuilder
impl Default for ProjectSummaryBuilder
source§fn default() -> ProjectSummaryBuilder
fn default() -> ProjectSummaryBuilder
source§impl PartialEq for ProjectSummaryBuilder
impl PartialEq for ProjectSummaryBuilder
source§fn eq(&self, other: &ProjectSummaryBuilder) -> bool
fn eq(&self, other: &ProjectSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.