#[non_exhaustive]pub struct GetGlossaryOutputBuilder { /* private fields */ }
Expand description
A builder for GetGlossaryOutput
.
Implementations§
source§impl GetGlossaryOutputBuilder
impl GetGlossaryOutputBuilder
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The ID of the Amazon DataZone domain in which this business glossary exists.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The ID of the Amazon DataZone domain in which this business glossary exists.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The ID of the Amazon DataZone domain in which this business glossary exists.
sourcepub fn owning_project_id(self, input: impl Into<String>) -> Self
pub fn owning_project_id(self, input: impl Into<String>) -> Self
The ID of the project that owns this business glossary.
sourcepub fn set_owning_project_id(self, input: Option<String>) -> Self
pub fn set_owning_project_id(self, input: Option<String>) -> Self
The ID of the project that owns this business glossary.
sourcepub fn get_owning_project_id(&self) -> &Option<String>
pub fn get_owning_project_id(&self) -> &Option<String>
The ID of the project that owns this business glossary.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the business glossary.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the business glossary.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the business glossary.
sourcepub fn status(self, input: GlossaryStatus) -> Self
pub fn status(self, input: GlossaryStatus) -> Self
The status of the business glossary.
sourcepub fn set_status(self, input: Option<GlossaryStatus>) -> Self
pub fn set_status(self, input: Option<GlossaryStatus>) -> Self
The status of the business glossary.
sourcepub fn get_status(&self) -> &Option<GlossaryStatus>
pub fn get_status(&self) -> &Option<GlossaryStatus>
The status of the business glossary.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when this business glossary 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 this business glossary was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when this business glossary was created.
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 this business glossary.
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 this business glossary.
sourcepub fn get_created_by(&self) -> &Option<String>
pub fn get_created_by(&self) -> &Option<String>
The Amazon DataZone user who created this business glossary.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The timestamp of when the business glossary 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 business glossary was updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The timestamp of when the business glossary was updated.
sourcepub fn updated_by(self, input: impl Into<String>) -> Self
pub fn updated_by(self, input: impl Into<String>) -> Self
The Amazon DataZone user who updated the business glossary.
sourcepub fn set_updated_by(self, input: Option<String>) -> Self
pub fn set_updated_by(self, input: Option<String>) -> Self
The Amazon DataZone user who updated the business glossary.
sourcepub fn get_updated_by(&self) -> &Option<String>
pub fn get_updated_by(&self) -> &Option<String>
The Amazon DataZone user who updated the business glossary.
sourcepub fn build(self) -> GetGlossaryOutput
pub fn build(self) -> GetGlossaryOutput
Consumes the builder and constructs a GetGlossaryOutput
.
Trait Implementations§
source§impl Clone for GetGlossaryOutputBuilder
impl Clone for GetGlossaryOutputBuilder
source§fn clone(&self) -> GetGlossaryOutputBuilder
fn clone(&self) -> GetGlossaryOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetGlossaryOutputBuilder
impl Debug for GetGlossaryOutputBuilder
source§impl Default for GetGlossaryOutputBuilder
impl Default for GetGlossaryOutputBuilder
source§fn default() -> GetGlossaryOutputBuilder
fn default() -> GetGlossaryOutputBuilder
source§impl PartialEq for GetGlossaryOutputBuilder
impl PartialEq for GetGlossaryOutputBuilder
source§fn eq(&self, other: &GetGlossaryOutputBuilder) -> bool
fn eq(&self, other: &GetGlossaryOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.