#[non_exhaustive]pub struct CreateSceneOutputBuilder { /* private fields */ }Expand description
A builder for CreateSceneOutput.
Implementations§
source§impl CreateSceneOutputBuilder
impl CreateSceneOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The ARN of the scene.
This field is required.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.
This field is required.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 get_creation_date_time(&self) -> &Option<DateTime>
pub fn get_creation_date_time(&self) -> &Option<DateTime>
The date and time when the scene was created.
sourcepub fn build(self) -> Result<CreateSceneOutput, BuildError>
pub fn build(self) -> Result<CreateSceneOutput, BuildError>
Consumes the builder and constructs a CreateSceneOutput.
This method will fail if any of the following fields are not set:
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 for CreateSceneOutputBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for CreateSceneOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateSceneOutputBuilder
impl RefUnwindSafe for CreateSceneOutputBuilder
impl Send for CreateSceneOutputBuilder
impl Sync for CreateSceneOutputBuilder
impl Unpin for CreateSceneOutputBuilder
impl UnwindSafe for CreateSceneOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.