#[non_exhaustive]pub struct CreateFieldOutputBuilder { /* private fields */ }
Expand description
A builder for CreateFieldOutput
.
Implementations§
source§impl CreateFieldOutputBuilder
impl CreateFieldOutputBuilder
sourcepub fn set_field_id(self, input: Option<String>) -> Self
pub fn set_field_id(self, input: Option<String>) -> Self
The unique identifier of a field.
sourcepub fn get_field_id(&self) -> &Option<String>
pub fn get_field_id(&self) -> &Option<String>
The unique identifier of a field.
sourcepub fn field_arn(self, input: impl Into<String>) -> Self
pub fn field_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the field.
sourcepub fn set_field_arn(self, input: Option<String>) -> Self
pub fn set_field_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the field.
sourcepub fn get_field_arn(&self) -> &Option<String>
pub fn get_field_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the field.
sourcepub fn build(self) -> CreateFieldOutput
pub fn build(self) -> CreateFieldOutput
Consumes the builder and constructs a CreateFieldOutput
.
Trait Implementations§
source§impl Clone for CreateFieldOutputBuilder
impl Clone for CreateFieldOutputBuilder
source§fn clone(&self) -> CreateFieldOutputBuilder
fn clone(&self) -> CreateFieldOutputBuilder
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 CreateFieldOutputBuilder
impl Debug for CreateFieldOutputBuilder
source§impl Default for CreateFieldOutputBuilder
impl Default for CreateFieldOutputBuilder
source§fn default() -> CreateFieldOutputBuilder
fn default() -> CreateFieldOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateFieldOutputBuilder
impl PartialEq for CreateFieldOutputBuilder
source§fn eq(&self, other: &CreateFieldOutputBuilder) -> bool
fn eq(&self, other: &CreateFieldOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateFieldOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateFieldOutputBuilder
impl Send for CreateFieldOutputBuilder
impl Sync for CreateFieldOutputBuilder
impl Unpin for CreateFieldOutputBuilder
impl UnwindSafe for CreateFieldOutputBuilder
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