Struct aws_sdk_datazone::types::builders::DataProductSummaryBuilder   
source · #[non_exhaustive]pub struct DataProductSummaryBuilder { /* private fields */ }Expand description
A builder for DataProductSummary.
Implementations§
source§impl DataProductSummaryBuilder
 
impl DataProductSummaryBuilder
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
 
pub fn set_domain_id(self, input: Option<String>) -> Self
sourcepub fn get_domain_id(&self) -> &Option<String>
 
pub fn get_domain_id(&self) -> &Option<String>
sourcepub fn owning_project_id(self, input: impl Into<String>) -> Self
 
pub fn owning_project_id(self, input: impl Into<String>) -> Self
This field is required.
sourcepub fn set_owning_project_id(self, input: Option<String>) -> Self
 
pub fn set_owning_project_id(self, input: Option<String>) -> Self
sourcepub fn get_owning_project_id(&self) -> &Option<String>
 
pub fn get_owning_project_id(&self) -> &Option<String>
sourcepub fn description(self, input: impl Into<String>) -> Self
 
pub fn description(self, input: impl Into<String>) -> Self
sourcepub fn set_description(self, input: Option<String>) -> Self
 
pub fn set_description(self, input: Option<String>) -> Self
sourcepub fn get_description(&self) -> &Option<String>
 
pub fn get_description(&self) -> &Option<String>
sourcepub fn glossary_terms(self, input: impl Into<String>) -> Self
 
pub fn glossary_terms(self, input: impl Into<String>) -> Self
Appends an item to glossary_terms.
To override the contents of this collection use set_glossary_terms.
sourcepub fn set_glossary_terms(self, input: Option<Vec<String>>) -> Self
 
pub fn set_glossary_terms(self, input: Option<Vec<String>>) -> Self
sourcepub fn get_glossary_terms(&self) -> &Option<Vec<String>>
 
pub fn get_glossary_terms(&self) -> &Option<Vec<String>>
sourcepub fn data_product_items(self, input: DataProductItem) -> Self
 
pub fn data_product_items(self, input: DataProductItem) -> Self
Appends an item to data_product_items.
To override the contents of this collection use set_data_product_items.
sourcepub fn set_data_product_items(self, input: Option<Vec<DataProductItem>>) -> Self
 
pub fn set_data_product_items(self, input: Option<Vec<DataProductItem>>) -> Self
sourcepub fn get_data_product_items(&self) -> &Option<Vec<DataProductItem>>
 
pub fn get_data_product_items(&self) -> &Option<Vec<DataProductItem>>
sourcepub fn created_at(self, input: DateTime) -> Self
 
pub fn created_at(self, input: DateTime) -> Self
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
 
pub fn set_created_at(self, input: Option<DateTime>) -> Self
sourcepub fn get_created_at(&self) -> &Option<DateTime>
 
pub fn get_created_at(&self) -> &Option<DateTime>
sourcepub fn created_by(self, input: impl Into<String>) -> Self
 
pub fn created_by(self, input: impl Into<String>) -> Self
sourcepub fn set_created_by(self, input: Option<String>) -> Self
 
pub fn set_created_by(self, input: Option<String>) -> Self
sourcepub fn get_created_by(&self) -> &Option<String>
 
pub fn get_created_by(&self) -> &Option<String>
sourcepub fn updated_at(self, input: DateTime) -> Self
 
pub fn updated_at(self, input: DateTime) -> Self
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
 
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
 
pub fn get_updated_at(&self) -> &Option<DateTime>
sourcepub fn updated_by(self, input: impl Into<String>) -> Self
 
pub fn updated_by(self, input: impl Into<String>) -> Self
sourcepub fn set_updated_by(self, input: Option<String>) -> Self
 
pub fn set_updated_by(self, input: Option<String>) -> Self
sourcepub fn get_updated_by(&self) -> &Option<String>
 
pub fn get_updated_by(&self) -> &Option<String>
sourcepub fn build(self) -> Result<DataProductSummary, BuildError>
 
pub fn build(self) -> Result<DataProductSummary, BuildError>
Consumes the builder and constructs a DataProductSummary.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for DataProductSummaryBuilder
 
impl Clone for DataProductSummaryBuilder
source§fn clone(&self) -> DataProductSummaryBuilder
 
fn clone(&self) -> DataProductSummaryBuilder
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 Debug for DataProductSummaryBuilder
 
impl Debug for DataProductSummaryBuilder
source§impl Default for DataProductSummaryBuilder
 
impl Default for DataProductSummaryBuilder
source§fn default() -> DataProductSummaryBuilder
 
fn default() -> DataProductSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DataProductSummaryBuilder
 
impl PartialEq for DataProductSummaryBuilder
source§fn eq(&self, other: &DataProductSummaryBuilder) -> bool
 
fn eq(&self, other: &DataProductSummaryBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataProductSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DataProductSummaryBuilder
impl Send for DataProductSummaryBuilder
impl Sync for DataProductSummaryBuilder
impl Unpin for DataProductSummaryBuilder
impl UnwindSafe for DataProductSummaryBuilder
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.