#[non_exhaustive]pub struct CreateFieldOutputBuilder { /* private fields */ }Expand description
A builder for CreateFieldOutput.
Implementations§
source§impl CreateFieldOutputBuilder
impl CreateFieldOutputBuilder
sourcepub fn field_id(self, input: impl Into<String>) -> Self
pub fn field_id(self, input: impl Into<String>) -> Self
The unique identifier of a field.
This field is required.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.
This field is required.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) -> Result<CreateFieldOutput, BuildError>
pub fn build(self) -> Result<CreateFieldOutput, BuildError>
Consumes the builder and constructs a CreateFieldOutput.
This method will fail if any of the following fields are not set:
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 Freeze for CreateFieldOutputBuilder
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
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.