#[non_exhaustive]pub struct GetAssetOutputBuilder { /* private fields */ }
Expand description
A builder for GetAssetOutput
.
Implementations§
source§impl GetAssetOutputBuilder
impl GetAssetOutputBuilder
sourcepub fn type_identifier(self, input: impl Into<String>) -> Self
pub fn type_identifier(self, input: impl Into<String>) -> Self
The ID of the asset type.
sourcepub fn set_type_identifier(self, input: Option<String>) -> Self
pub fn set_type_identifier(self, input: Option<String>) -> Self
The ID of the asset type.
sourcepub fn get_type_identifier(&self) -> &Option<String>
pub fn get_type_identifier(&self) -> &Option<String>
The ID of the asset type.
sourcepub fn type_revision(self, input: impl Into<String>) -> Self
pub fn type_revision(self, input: impl Into<String>) -> Self
The revision of the asset type.
sourcepub fn set_type_revision(self, input: Option<String>) -> Self
pub fn set_type_revision(self, input: Option<String>) -> Self
The revision of the asset type.
sourcepub fn get_type_revision(&self) -> &Option<String>
pub fn get_type_revision(&self) -> &Option<String>
The revision of the asset type.
sourcepub fn external_identifier(self, input: impl Into<String>) -> Self
pub fn external_identifier(self, input: impl Into<String>) -> Self
sourcepub fn set_external_identifier(self, input: Option<String>) -> Self
pub fn set_external_identifier(self, input: Option<String>) -> Self
sourcepub fn get_external_identifier(&self) -> &Option<String>
pub fn get_external_identifier(&self) -> &Option<String>
sourcepub fn set_revision(self, input: Option<String>) -> Self
pub fn set_revision(self, input: Option<String>) -> Self
The revision of the asset.
sourcepub fn get_revision(&self) -> &Option<String>
pub fn get_revision(&self) -> &Option<String>
The revision of the asset.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the Amazon DataZone asset.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the Amazon DataZone asset.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the Amazon DataZone asset.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when the asset 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 the asset was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when the asset 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 the asset.
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 asset.
sourcepub fn get_created_by(&self) -> &Option<String>
pub fn get_created_by(&self) -> &Option<String>
The Amazon DataZone user who created the asset.
sourcepub fn first_revision_created_at(self, input: DateTime) -> Self
pub fn first_revision_created_at(self, input: DateTime) -> Self
The timestamp of when the first revision of the asset was created.
sourcepub fn set_first_revision_created_at(self, input: Option<DateTime>) -> Self
pub fn set_first_revision_created_at(self, input: Option<DateTime>) -> Self
The timestamp of when the first revision of the asset was created.
sourcepub fn get_first_revision_created_at(&self) -> &Option<DateTime>
pub fn get_first_revision_created_at(&self) -> &Option<DateTime>
The timestamp of when the first revision of the asset was created.
sourcepub fn first_revision_created_by(self, input: impl Into<String>) -> Self
pub fn first_revision_created_by(self, input: impl Into<String>) -> Self
The Amazon DataZone user who created the first revision of the asset.
sourcepub fn set_first_revision_created_by(self, input: Option<String>) -> Self
pub fn set_first_revision_created_by(self, input: Option<String>) -> Self
The Amazon DataZone user who created the first revision of the asset.
sourcepub fn get_first_revision_created_by(&self) -> &Option<String>
pub fn get_first_revision_created_by(&self) -> &Option<String>
The Amazon DataZone user who created the first revision of the asset.
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
.
The business glossary terms attached to the asset.
sourcepub fn set_glossary_terms(self, input: Option<Vec<String>>) -> Self
pub fn set_glossary_terms(self, input: Option<Vec<String>>) -> Self
The business glossary terms attached to the asset.
sourcepub fn get_glossary_terms(&self) -> &Option<Vec<String>>
pub fn get_glossary_terms(&self) -> &Option<Vec<String>>
The business glossary terms attached to the asset.
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 the asset.
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 the asset.
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 the asset.
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 to which the asset belongs.
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 to which the asset belongs.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The ID of the Amazon DataZone domain to which the asset belongs.
sourcepub fn listing(self, input: AssetListingDetails) -> Self
pub fn listing(self, input: AssetListingDetails) -> Self
sourcepub fn set_listing(self, input: Option<AssetListingDetails>) -> Self
pub fn set_listing(self, input: Option<AssetListingDetails>) -> Self
sourcepub fn get_listing(&self) -> &Option<AssetListingDetails>
pub fn get_listing(&self) -> &Option<AssetListingDetails>
sourcepub fn forms_output(self, input: FormOutput) -> Self
pub fn forms_output(self, input: FormOutput) -> Self
Appends an item to forms_output
.
To override the contents of this collection use set_forms_output
.
The metadata forms attached to the asset.
sourcepub fn set_forms_output(self, input: Option<Vec<FormOutput>>) -> Self
pub fn set_forms_output(self, input: Option<Vec<FormOutput>>) -> Self
The metadata forms attached to the asset.
sourcepub fn get_forms_output(&self) -> &Option<Vec<FormOutput>>
pub fn get_forms_output(&self) -> &Option<Vec<FormOutput>>
The metadata forms attached to the asset.
sourcepub fn read_only_forms_output(self, input: FormOutput) -> Self
pub fn read_only_forms_output(self, input: FormOutput) -> Self
Appends an item to read_only_forms_output
.
To override the contents of this collection use set_read_only_forms_output
.
The read-only metadata forms attached to the asset.
sourcepub fn set_read_only_forms_output(self, input: Option<Vec<FormOutput>>) -> Self
pub fn set_read_only_forms_output(self, input: Option<Vec<FormOutput>>) -> Self
The read-only metadata forms attached to the asset.
sourcepub fn get_read_only_forms_output(&self) -> &Option<Vec<FormOutput>>
pub fn get_read_only_forms_output(&self) -> &Option<Vec<FormOutput>>
The read-only metadata forms attached to the asset.
sourcepub fn build(self) -> GetAssetOutput
pub fn build(self) -> GetAssetOutput
Consumes the builder and constructs a GetAssetOutput
.
Trait Implementations§
source§impl Clone for GetAssetOutputBuilder
impl Clone for GetAssetOutputBuilder
source§fn clone(&self) -> GetAssetOutputBuilder
fn clone(&self) -> GetAssetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetAssetOutputBuilder
impl Debug for GetAssetOutputBuilder
source§impl Default for GetAssetOutputBuilder
impl Default for GetAssetOutputBuilder
source§fn default() -> GetAssetOutputBuilder
fn default() -> GetAssetOutputBuilder
source§impl PartialEq for GetAssetOutputBuilder
impl PartialEq for GetAssetOutputBuilder
source§fn eq(&self, other: &GetAssetOutputBuilder) -> bool
fn eq(&self, other: &GetAssetOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.