Struct aws_sdk_iottwinmaker::operation::get_entity::GetEntityOutput
source · #[non_exhaustive]pub struct GetEntityOutput { /* private fields */ }Implementations§
source§impl GetEntityOutput
impl GetEntityOutput
sourcepub fn entity_name(&self) -> Option<&str>
pub fn entity_name(&self) -> Option<&str>
The name of the entity.
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the entity.
sourcepub fn components(&self) -> Option<&HashMap<String, ComponentResponse>>
pub fn components(&self) -> Option<&HashMap<String, ComponentResponse>>
An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
sourcepub fn parent_entity_id(&self) -> Option<&str>
pub fn parent_entity_id(&self) -> Option<&str>
The ID of the parent entity for this entity.
sourcepub fn has_child_entities(&self) -> Option<bool>
pub fn has_child_entities(&self) -> Option<bool>
A Boolean value that specifies whether the entity has associated child entities.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The date and time when the entity was created.
sourcepub fn update_date_time(&self) -> Option<&DateTime>
pub fn update_date_time(&self) -> Option<&DateTime>
The date and time when the entity was last updated.
sourcepub fn sync_source(&self) -> Option<&str>
pub fn sync_source(&self) -> Option<&str>
The syncSource of the sync job, if this entity was created by a sync job.
source§impl GetEntityOutput
impl GetEntityOutput
sourcepub fn builder() -> GetEntityOutputBuilder
pub fn builder() -> GetEntityOutputBuilder
Creates a new builder-style object to manufacture GetEntityOutput.
Trait Implementations§
source§impl Clone for GetEntityOutput
impl Clone for GetEntityOutput
source§fn clone(&self) -> GetEntityOutput
fn clone(&self) -> GetEntityOutput
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 GetEntityOutput
impl Debug for GetEntityOutput
source§impl PartialEq<GetEntityOutput> for GetEntityOutput
impl PartialEq<GetEntityOutput> for GetEntityOutput
source§fn eq(&self, other: &GetEntityOutput) -> bool
fn eq(&self, other: &GetEntityOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetEntityOutput
impl RequestId for GetEntityOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.