public class GetIndexingConfigurationResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetIndexingConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ThingGroupIndexingConfiguration |
getThingGroupIndexingConfiguration()
The index configuration.
|
ThingIndexingConfiguration |
getThingIndexingConfiguration()
Thing indexing configuration.
|
int |
hashCode() |
void |
setThingGroupIndexingConfiguration(ThingGroupIndexingConfiguration thingGroupIndexingConfiguration)
The index configuration.
|
void |
setThingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)
Thing indexing configuration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIndexingConfigurationResult |
withThingGroupIndexingConfiguration(ThingGroupIndexingConfiguration thingGroupIndexingConfiguration)
The index configuration.
|
GetIndexingConfigurationResult |
withThingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)
Thing indexing configuration.
|
public ThingIndexingConfiguration getThingIndexingConfiguration()
Thing indexing configuration.
Thing indexing configuration.
public void setThingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)
Thing indexing configuration.
thingIndexingConfiguration
- Thing indexing configuration.
public GetIndexingConfigurationResult withThingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)
Thing indexing configuration.
Returns a reference to this object so that method calls can be chained together.
thingIndexingConfiguration
- Thing indexing configuration.
public ThingGroupIndexingConfiguration getThingGroupIndexingConfiguration()
The index configuration.
The index configuration.
public void setThingGroupIndexingConfiguration(ThingGroupIndexingConfiguration thingGroupIndexingConfiguration)
The index configuration.
thingGroupIndexingConfiguration
- The index configuration.
public GetIndexingConfigurationResult withThingGroupIndexingConfiguration(ThingGroupIndexingConfiguration thingGroupIndexingConfiguration)
The index configuration.
Returns a reference to this object so that method calls can be chained together.
thingGroupIndexingConfiguration
- The index configuration.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.