@Generated(value="software.amazon.awssdk:codegen") public final class PropertyNameQuery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyNameQuery.Builder,PropertyNameQuery>
Part of the SuggestionQuery
type. Specifies a hint for retrieving property names that begin with the
specified text.
Modifier and Type | Class and Description |
---|---|
static interface |
PropertyNameQuery.Builder |
Modifier and Type | Method and Description |
---|---|
static PropertyNameQuery.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
propertyNameHint()
Text that begins a property's name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PropertyNameQuery.Builder> |
serializableBuilderClass() |
PropertyNameQuery.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String propertyNameHint()
Text that begins a property's name.
public PropertyNameQuery.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PropertyNameQuery.Builder,PropertyNameQuery>
public static PropertyNameQuery.Builder builder()
public static Class<? extends PropertyNameQuery.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.