Struct aws_sdk_glue::types::builders::NullValueFieldBuilder
source · #[non_exhaustive]pub struct NullValueFieldBuilder { /* private fields */ }Expand description
A builder for NullValueField.
Implementations§
source§impl NullValueFieldBuilder
impl NullValueFieldBuilder
sourcepub fn value(self, input: impl Into<String>) -> Self
pub fn value(self, input: impl Into<String>) -> Self
The value of the null placeholder.
This field is required.sourcepub fn datatype(self, input: Datatype) -> Self
pub fn datatype(self, input: Datatype) -> Self
The datatype of the value.
This field is required.sourcepub fn set_datatype(self, input: Option<Datatype>) -> Self
pub fn set_datatype(self, input: Option<Datatype>) -> Self
The datatype of the value.
sourcepub fn get_datatype(&self) -> &Option<Datatype>
pub fn get_datatype(&self) -> &Option<Datatype>
The datatype of the value.
sourcepub fn build(self) -> Result<NullValueField, BuildError>
pub fn build(self) -> Result<NullValueField, BuildError>
Consumes the builder and constructs a NullValueField.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for NullValueFieldBuilder
impl Clone for NullValueFieldBuilder
source§fn clone(&self) -> NullValueFieldBuilder
fn clone(&self) -> NullValueFieldBuilder
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 NullValueFieldBuilder
impl Debug for NullValueFieldBuilder
source§impl Default for NullValueFieldBuilder
impl Default for NullValueFieldBuilder
source§fn default() -> NullValueFieldBuilder
fn default() -> NullValueFieldBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for NullValueFieldBuilder
impl PartialEq for NullValueFieldBuilder
source§fn eq(&self, other: &NullValueFieldBuilder) -> bool
fn eq(&self, other: &NullValueFieldBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for NullValueFieldBuilder
Auto Trait Implementations§
impl RefUnwindSafe for NullValueFieldBuilder
impl Send for NullValueFieldBuilder
impl Sync for NullValueFieldBuilder
impl Unpin for NullValueFieldBuilder
impl UnwindSafe for NullValueFieldBuilder
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.