#[non_exhaustive]pub struct GetLayoutOutputBuilder { /* private fields */ }
Expand description
A builder for GetLayoutOutput
.
Implementations§
source§impl GetLayoutOutputBuilder
impl GetLayoutOutputBuilder
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 get_layout_id(&self) -> &Option<String>
pub fn get_layout_id(&self) -> &Option<String>
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 get_layout_arn(&self) -> &Option<String>
pub fn get_layout_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the newly created layout.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the layout. It must be unique.
sourcepub fn content(self, input: LayoutContent) -> Self
pub fn content(self, input: LayoutContent) -> Self
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
sourcepub fn set_content(self, input: Option<LayoutContent>) -> Self
pub fn set_content(self, input: Option<LayoutContent>) -> Self
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
sourcepub fn get_content(&self) -> &Option<LayoutContent>
pub fn get_content(&self) -> &Option<LayoutContent>
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
sourcepub fn build(self) -> GetLayoutOutput
pub fn build(self) -> GetLayoutOutput
Consumes the builder and constructs a GetLayoutOutput
.
Trait Implementations§
source§impl Clone for GetLayoutOutputBuilder
impl Clone for GetLayoutOutputBuilder
source§fn clone(&self) -> GetLayoutOutputBuilder
fn clone(&self) -> GetLayoutOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetLayoutOutputBuilder
impl Debug for GetLayoutOutputBuilder
source§impl Default for GetLayoutOutputBuilder
impl Default for GetLayoutOutputBuilder
source§fn default() -> GetLayoutOutputBuilder
fn default() -> GetLayoutOutputBuilder
source§impl PartialEq for GetLayoutOutputBuilder
impl PartialEq for GetLayoutOutputBuilder
source§fn eq(&self, other: &GetLayoutOutputBuilder) -> bool
fn eq(&self, other: &GetLayoutOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.