Struct aws_sdk_iottwinmaker::types::RelationshipValue
source · #[non_exhaustive]pub struct RelationshipValue { /* private fields */ }Expand description
A value that associates a component and an entity.
Implementations§
source§impl RelationshipValue
impl RelationshipValue
sourcepub fn target_entity_id(&self) -> Option<&str>
pub fn target_entity_id(&self) -> Option<&str>
The ID of the target entity associated with this relationship value.
sourcepub fn target_component_name(&self) -> Option<&str>
pub fn target_component_name(&self) -> Option<&str>
The name of the target component associated with the relationship value.
source§impl RelationshipValue
impl RelationshipValue
sourcepub fn builder() -> RelationshipValueBuilder
pub fn builder() -> RelationshipValueBuilder
Creates a new builder-style object to manufacture RelationshipValue.
Trait Implementations§
source§impl Clone for RelationshipValue
impl Clone for RelationshipValue
source§fn clone(&self) -> RelationshipValue
fn clone(&self) -> RelationshipValue
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 RelationshipValue
impl Debug for RelationshipValue
source§impl PartialEq<RelationshipValue> for RelationshipValue
impl PartialEq<RelationshipValue> for RelationshipValue
source§fn eq(&self, other: &RelationshipValue) -> bool
fn eq(&self, other: &RelationshipValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.