#[non_exhaustive]pub struct PropertyNameSuggestionBuilder { /* private fields */ }
Expand description
A builder for PropertyNameSuggestion
.
Implementations§
source§impl PropertyNameSuggestionBuilder
impl PropertyNameSuggestionBuilder
sourcepub fn property_name(self, input: impl Into<String>) -> Self
pub fn property_name(self, input: impl Into<String>) -> Self
A suggested property name based on what you entered in the search textbox in the SageMaker console.
sourcepub fn set_property_name(self, input: Option<String>) -> Self
pub fn set_property_name(self, input: Option<String>) -> Self
A suggested property name based on what you entered in the search textbox in the SageMaker console.
sourcepub fn get_property_name(&self) -> &Option<String>
pub fn get_property_name(&self) -> &Option<String>
A suggested property name based on what you entered in the search textbox in the SageMaker console.
sourcepub fn build(self) -> PropertyNameSuggestion
pub fn build(self) -> PropertyNameSuggestion
Consumes the builder and constructs a PropertyNameSuggestion
.
Trait Implementations§
source§impl Clone for PropertyNameSuggestionBuilder
impl Clone for PropertyNameSuggestionBuilder
source§fn clone(&self) -> PropertyNameSuggestionBuilder
fn clone(&self) -> PropertyNameSuggestionBuilder
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 Default for PropertyNameSuggestionBuilder
impl Default for PropertyNameSuggestionBuilder
source§fn default() -> PropertyNameSuggestionBuilder
fn default() -> PropertyNameSuggestionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PropertyNameSuggestionBuilder
impl PartialEq for PropertyNameSuggestionBuilder
source§fn eq(&self, other: &PropertyNameSuggestionBuilder) -> bool
fn eq(&self, other: &PropertyNameSuggestionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PropertyNameSuggestionBuilder
Auto Trait Implementations§
impl Freeze for PropertyNameSuggestionBuilder
impl RefUnwindSafe for PropertyNameSuggestionBuilder
impl Send for PropertyNameSuggestionBuilder
impl Sync for PropertyNameSuggestionBuilder
impl Unpin for PropertyNameSuggestionBuilder
impl UnwindSafe for PropertyNameSuggestionBuilder
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.