Struct aws_sdk_sagemaker::operation::get_search_suggestions::builders::GetSearchSuggestionsOutputBuilder
source · #[non_exhaustive]pub struct GetSearchSuggestionsOutputBuilder { /* private fields */ }
Expand description
A builder for GetSearchSuggestionsOutput
.
Implementations§
source§impl GetSearchSuggestionsOutputBuilder
impl GetSearchSuggestionsOutputBuilder
sourcepub fn property_name_suggestions(self, input: PropertyNameSuggestion) -> Self
pub fn property_name_suggestions(self, input: PropertyNameSuggestion) -> Self
Appends an item to property_name_suggestions
.
To override the contents of this collection use set_property_name_suggestions
.
A list of property names for a Resource
that match a SuggestionQuery
.
sourcepub fn set_property_name_suggestions(
self,
input: Option<Vec<PropertyNameSuggestion>>
) -> Self
pub fn set_property_name_suggestions( self, input: Option<Vec<PropertyNameSuggestion>> ) -> Self
A list of property names for a Resource
that match a SuggestionQuery
.
sourcepub fn get_property_name_suggestions(
&self
) -> &Option<Vec<PropertyNameSuggestion>>
pub fn get_property_name_suggestions( &self ) -> &Option<Vec<PropertyNameSuggestion>>
A list of property names for a Resource
that match a SuggestionQuery
.
sourcepub fn build(self) -> GetSearchSuggestionsOutput
pub fn build(self) -> GetSearchSuggestionsOutput
Consumes the builder and constructs a GetSearchSuggestionsOutput
.
Trait Implementations§
source§impl Clone for GetSearchSuggestionsOutputBuilder
impl Clone for GetSearchSuggestionsOutputBuilder
source§fn clone(&self) -> GetSearchSuggestionsOutputBuilder
fn clone(&self) -> GetSearchSuggestionsOutputBuilder
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 GetSearchSuggestionsOutputBuilder
impl Default for GetSearchSuggestionsOutputBuilder
source§fn default() -> GetSearchSuggestionsOutputBuilder
fn default() -> GetSearchSuggestionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetSearchSuggestionsOutputBuilder
impl PartialEq for GetSearchSuggestionsOutputBuilder
source§fn eq(&self, other: &GetSearchSuggestionsOutputBuilder) -> bool
fn eq(&self, other: &GetSearchSuggestionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetSearchSuggestionsOutputBuilder
Auto Trait Implementations§
impl Freeze for GetSearchSuggestionsOutputBuilder
impl RefUnwindSafe for GetSearchSuggestionsOutputBuilder
impl Send for GetSearchSuggestionsOutputBuilder
impl Sync for GetSearchSuggestionsOutputBuilder
impl Unpin for GetSearchSuggestionsOutputBuilder
impl UnwindSafe for GetSearchSuggestionsOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.