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