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