#[non_exhaustive]pub struct SearchRelatedItemsResponseItemBuilder { /* private fields */ }
Expand description
A builder for SearchRelatedItemsResponseItem
.
Implementations§
source§impl SearchRelatedItemsResponseItemBuilder
impl SearchRelatedItemsResponseItemBuilder
Unique identifier of a related item.
Unique identifier of a related item.
Unique identifier of a related item.
sourcepub fn type(self, input: RelatedItemType) -> Self
pub fn type(self, input: RelatedItemType) -> Self
Type of a related item.
sourcepub fn set_type(self, input: Option<RelatedItemType>) -> Self
pub fn set_type(self, input: Option<RelatedItemType>) -> Self
Type of a related item.
sourcepub fn get_type(&self) -> &Option<RelatedItemType>
pub fn get_type(&self) -> &Option<RelatedItemType>
Type of a related item.
sourcepub fn association_time(self, input: DateTime) -> Self
pub fn association_time(self, input: DateTime) -> Self
Time at which a related item was associated with a case.
sourcepub fn set_association_time(self, input: Option<DateTime>) -> Self
pub fn set_association_time(self, input: Option<DateTime>) -> Self
Time at which a related item was associated with a case.
sourcepub fn get_association_time(&self) -> &Option<DateTime>
pub fn get_association_time(&self) -> &Option<DateTime>
Time at which a related item was associated with a case.
sourcepub fn content(self, input: RelatedItemContent) -> Self
pub fn content(self, input: RelatedItemContent) -> Self
Represents the content of a particular type of related item.
sourcepub fn set_content(self, input: Option<RelatedItemContent>) -> Self
pub fn set_content(self, input: Option<RelatedItemContent>) -> Self
Represents the content of a particular type of related item.
sourcepub fn get_content(&self) -> &Option<RelatedItemContent>
pub fn get_content(&self) -> &Option<RelatedItemContent>
Represents the content of a particular type of related item.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
sourcepub fn build(self) -> SearchRelatedItemsResponseItem
pub fn build(self) -> SearchRelatedItemsResponseItem
Consumes the builder and constructs a SearchRelatedItemsResponseItem
.
Trait Implementations§
source§impl Clone for SearchRelatedItemsResponseItemBuilder
impl Clone for SearchRelatedItemsResponseItemBuilder
source§fn clone(&self) -> SearchRelatedItemsResponseItemBuilder
fn clone(&self) -> SearchRelatedItemsResponseItemBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for SearchRelatedItemsResponseItemBuilder
impl Default for SearchRelatedItemsResponseItemBuilder
source§fn default() -> SearchRelatedItemsResponseItemBuilder
fn default() -> SearchRelatedItemsResponseItemBuilder
source§impl PartialEq for SearchRelatedItemsResponseItemBuilder
impl PartialEq for SearchRelatedItemsResponseItemBuilder
source§fn eq(&self, other: &SearchRelatedItemsResponseItemBuilder) -> bool
fn eq(&self, other: &SearchRelatedItemsResponseItemBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.