#[non_exhaustive]pub struct BatchGetAssetPropertyValueSuccessEntryBuilder { /* private fields */ }
Expand description
A builder for BatchGetAssetPropertyValueSuccessEntry
.
Implementations§
source§impl BatchGetAssetPropertyValueSuccessEntryBuilder
impl BatchGetAssetPropertyValueSuccessEntryBuilder
sourcepub fn entry_id(self, input: impl Into<String>) -> Self
pub fn entry_id(self, input: impl Into<String>) -> Self
The ID of the entry.
This field is required.sourcepub fn set_entry_id(self, input: Option<String>) -> Self
pub fn set_entry_id(self, input: Option<String>) -> Self
The ID of the entry.
sourcepub fn get_entry_id(&self) -> &Option<String>
pub fn get_entry_id(&self) -> &Option<String>
The ID of the entry.
sourcepub fn asset_property_value(self, input: AssetPropertyValue) -> Self
pub fn asset_property_value(self, input: AssetPropertyValue) -> Self
Contains asset property value information.
sourcepub fn set_asset_property_value(self, input: Option<AssetPropertyValue>) -> Self
pub fn set_asset_property_value(self, input: Option<AssetPropertyValue>) -> Self
Contains asset property value information.
sourcepub fn get_asset_property_value(&self) -> &Option<AssetPropertyValue>
pub fn get_asset_property_value(&self) -> &Option<AssetPropertyValue>
Contains asset property value information.
sourcepub fn build(self) -> Result<BatchGetAssetPropertyValueSuccessEntry, BuildError>
pub fn build(self) -> Result<BatchGetAssetPropertyValueSuccessEntry, BuildError>
Consumes the builder and constructs a BatchGetAssetPropertyValueSuccessEntry
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for BatchGetAssetPropertyValueSuccessEntryBuilder
impl Clone for BatchGetAssetPropertyValueSuccessEntryBuilder
source§fn clone(&self) -> BatchGetAssetPropertyValueSuccessEntryBuilder
fn clone(&self) -> BatchGetAssetPropertyValueSuccessEntryBuilder
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 Default for BatchGetAssetPropertyValueSuccessEntryBuilder
impl Default for BatchGetAssetPropertyValueSuccessEntryBuilder
source§fn default() -> BatchGetAssetPropertyValueSuccessEntryBuilder
fn default() -> BatchGetAssetPropertyValueSuccessEntryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchGetAssetPropertyValueSuccessEntryBuilder
impl PartialEq for BatchGetAssetPropertyValueSuccessEntryBuilder
source§fn eq(&self, other: &BatchGetAssetPropertyValueSuccessEntryBuilder) -> bool
fn eq(&self, other: &BatchGetAssetPropertyValueSuccessEntryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetAssetPropertyValueSuccessEntryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetAssetPropertyValueSuccessEntryBuilder
impl Send for BatchGetAssetPropertyValueSuccessEntryBuilder
impl Sync for BatchGetAssetPropertyValueSuccessEntryBuilder
impl Unpin for BatchGetAssetPropertyValueSuccessEntryBuilder
impl UnwindSafe for BatchGetAssetPropertyValueSuccessEntryBuilder
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.