@Generated(value="software.amazon.awssdk:codegen") public final class ThingGroupIndexingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThingGroupIndexingConfiguration.Builder,ThingGroupIndexingConfiguration>
Thing group indexing configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThingGroupIndexingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThingGroupIndexingConfiguration.Builder |
builder() |
List<Field> |
customFields()
A list of thing group fields to index.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCustomFields()
Returns true if the CustomFields property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasManagedFields()
Returns true if the ManagedFields property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<Field> |
managedFields()
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThingGroupIndexingConfiguration.Builder> |
serializableBuilderClass() |
ThingGroupIndexingMode |
thingGroupIndexingMode()
Thing group indexing mode.
|
String |
thingGroupIndexingModeAsString()
Thing group indexing mode.
|
ThingGroupIndexingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ThingGroupIndexingMode thingGroupIndexingMode()
Thing group indexing mode.
If the service returns an enum value that is not available in the current SDK version,
thingGroupIndexingMode will return ThingGroupIndexingMode.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from thingGroupIndexingModeAsString().
ThingGroupIndexingModepublic String thingGroupIndexingModeAsString()
Thing group indexing mode.
If the service returns an enum value that is not available in the current SDK version,
thingGroupIndexingMode will return ThingGroupIndexingMode.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from thingGroupIndexingModeAsString().
ThingGroupIndexingModepublic boolean hasManagedFields()
public List<Field> managedFields()
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasManagedFields() to see if a value was sent in this field.
public boolean hasCustomFields()
public List<Field> customFields()
A list of thing group fields to index. This list cannot contain any managed fields. Use the GetIndexingConfiguration API to get a list of managed fields.
Contains custom field names and their data type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCustomFields() to see if a value was sent in this field.
Contains custom field names and their data type.
public ThingGroupIndexingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThingGroupIndexingConfiguration.Builder,ThingGroupIndexingConfiguration>public static ThingGroupIndexingConfiguration.Builder builder()
public static Class<? extends ThingGroupIndexingConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.