Struct aws_sdk_sagemaker::types::PropertyNameQuery
source · #[non_exhaustive]pub struct PropertyNameQuery { /* private fields */ }
Expand description
Part of the SuggestionQuery
type. Specifies a hint for retrieving property names that begin with the specified text.
Implementations§
source§impl PropertyNameQuery
impl PropertyNameQuery
sourcepub fn property_name_hint(&self) -> Option<&str>
pub fn property_name_hint(&self) -> Option<&str>
Text that begins a property's name.
source§impl PropertyNameQuery
impl PropertyNameQuery
sourcepub fn builder() -> PropertyNameQueryBuilder
pub fn builder() -> PropertyNameQueryBuilder
Creates a new builder-style object to manufacture PropertyNameQuery
.
Trait Implementations§
source§impl Clone for PropertyNameQuery
impl Clone for PropertyNameQuery
source§fn clone(&self) -> PropertyNameQuery
fn clone(&self) -> PropertyNameQuery
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 PropertyNameQuery
impl Debug for PropertyNameQuery
source§impl PartialEq<PropertyNameQuery> for PropertyNameQuery
impl PartialEq<PropertyNameQuery> for PropertyNameQuery
source§fn eq(&self, other: &PropertyNameQuery) -> bool
fn eq(&self, other: &PropertyNameQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.