#[non_exhaustive]pub struct CreateEntityOutputBuilder { /* private fields */ }Expand description
A builder for CreateEntityOutput.
Implementations§
source§impl CreateEntityOutputBuilder
 
impl CreateEntityOutputBuilder
sourcepub fn set_entity_id(self, input: Option<String>) -> Self
 
pub fn set_entity_id(self, input: Option<String>) -> Self
The ID of the entity.
sourcepub fn creation_date_time(self, input: DateTime) -> Self
 
pub fn creation_date_time(self, input: DateTime) -> Self
The date and time when the entity was created.
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
 
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
The date and time when the entity was created.
sourcepub fn build(self) -> CreateEntityOutput
 
pub fn build(self) -> CreateEntityOutput
Consumes the builder and constructs a CreateEntityOutput.
Trait Implementations§
source§impl Clone for CreateEntityOutputBuilder
 
impl Clone for CreateEntityOutputBuilder
source§fn clone(&self) -> CreateEntityOutputBuilder
 
fn clone(&self) -> CreateEntityOutputBuilder
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 CreateEntityOutputBuilder
 
impl Debug for CreateEntityOutputBuilder
source§impl Default for CreateEntityOutputBuilder
 
impl Default for CreateEntityOutputBuilder
source§fn default() -> CreateEntityOutputBuilder
 
fn default() -> CreateEntityOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateEntityOutputBuilder> for CreateEntityOutputBuilder
 
impl PartialEq<CreateEntityOutputBuilder> for CreateEntityOutputBuilder
source§fn eq(&self, other: &CreateEntityOutputBuilder) -> bool
 
fn eq(&self, other: &CreateEntityOutputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.