#[non_exhaustive]pub struct CreateEntityOutput { /* private fields */ }Implementations§
source§impl CreateEntityOutput
impl CreateEntityOutput
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.
source§impl CreateEntityOutput
impl CreateEntityOutput
sourcepub fn builder() -> CreateEntityOutputBuilder
pub fn builder() -> CreateEntityOutputBuilder
Creates a new builder-style object to manufacture CreateEntityOutput.
Trait Implementations§
source§impl Clone for CreateEntityOutput
impl Clone for CreateEntityOutput
source§fn clone(&self) -> CreateEntityOutput
fn clone(&self) -> CreateEntityOutput
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 CreateEntityOutput
impl Debug for CreateEntityOutput
source§impl PartialEq<CreateEntityOutput> for CreateEntityOutput
impl PartialEq<CreateEntityOutput> for CreateEntityOutput
source§fn eq(&self, other: &CreateEntityOutput) -> bool
fn eq(&self, other: &CreateEntityOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateEntityOutput
impl RequestId for CreateEntityOutput
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.