pub struct Builder { /* private fields */ }Expand description
A builder for GetSearchSuggestionsInput.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn resource(self, input: ResourceType) -> Self
pub fn resource(self, input: ResourceType) -> Self
The name of the Amazon SageMaker resource to search for.
sourcepub fn set_resource(self, input: Option<ResourceType>) -> Self
pub fn set_resource(self, input: Option<ResourceType>) -> Self
The name of the Amazon SageMaker resource to search for.
sourcepub fn suggestion_query(self, input: SuggestionQuery) -> Self
pub fn suggestion_query(self, input: SuggestionQuery) -> Self
Limits the property names that are included in the response.
sourcepub fn set_suggestion_query(self, input: Option<SuggestionQuery>) -> Self
pub fn set_suggestion_query(self, input: Option<SuggestionQuery>) -> Self
Limits the property names that are included in the response.
sourcepub fn build(self) -> Result<GetSearchSuggestionsInput, BuildError>
pub fn build(self) -> Result<GetSearchSuggestionsInput, BuildError>
Consumes the builder and constructs a GetSearchSuggestionsInput.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more