#[non_exhaustive]pub struct CreateLayoutOutputBuilder { /* private fields */ }Expand description
A builder for CreateLayoutOutput.
Implementations§
source§impl CreateLayoutOutputBuilder
impl CreateLayoutOutputBuilder
sourcepub fn set_layout_id(self, input: Option<String>) -> Self
pub fn set_layout_id(self, input: Option<String>) -> Self
The unique identifier of the layout.
sourcepub fn layout_arn(self, input: impl Into<String>) -> Self
pub fn layout_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the newly created layout.
sourcepub fn set_layout_arn(self, input: Option<String>) -> Self
pub fn set_layout_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the newly created layout.
sourcepub fn build(self) -> CreateLayoutOutput
pub fn build(self) -> CreateLayoutOutput
Consumes the builder and constructs a CreateLayoutOutput.
Trait Implementations§
source§impl Clone for CreateLayoutOutputBuilder
impl Clone for CreateLayoutOutputBuilder
source§fn clone(&self) -> CreateLayoutOutputBuilder
fn clone(&self) -> CreateLayoutOutputBuilder
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 CreateLayoutOutputBuilder
impl Debug for CreateLayoutOutputBuilder
source§impl Default for CreateLayoutOutputBuilder
impl Default for CreateLayoutOutputBuilder
source§fn default() -> CreateLayoutOutputBuilder
fn default() -> CreateLayoutOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateLayoutOutputBuilder> for CreateLayoutOutputBuilder
impl PartialEq<CreateLayoutOutputBuilder> for CreateLayoutOutputBuilder
source§fn eq(&self, other: &CreateLayoutOutputBuilder) -> bool
fn eq(&self, other: &CreateLayoutOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.