@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIndexResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeIndexResult() |
Modifier and Type | Method and Description |
---|---|
DescribeIndexResult |
clone() |
boolean |
equals(Object obj) |
String |
getIndexName()
The index name.
|
String |
getIndexStatus()
The index status.
|
String |
getSchema()
Contains a value that specifies the type of indexing performed.
|
int |
hashCode() |
void |
setIndexName(String indexName)
The index name.
|
void |
setIndexStatus(String indexStatus)
The index status.
|
void |
setSchema(String schema)
Contains a value that specifies the type of indexing performed.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIndexResult |
withIndexName(String indexName)
The index name.
|
DescribeIndexResult |
withIndexStatus(IndexStatus indexStatus)
The index status.
|
DescribeIndexResult |
withIndexStatus(String indexStatus)
The index status.
|
DescribeIndexResult |
withSchema(String schema)
Contains a value that specifies the type of indexing performed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIndexName(String indexName)
The index name.
indexName
- The index name.public String getIndexName()
The index name.
public DescribeIndexResult withIndexName(String indexName)
The index name.
indexName
- The index name.public void setIndexStatus(String indexStatus)
The index status.
indexStatus
- The index status.IndexStatus
public String getIndexStatus()
The index status.
IndexStatus
public DescribeIndexResult withIndexStatus(String indexStatus)
The index status.
indexStatus
- The index status.IndexStatus
public DescribeIndexResult withIndexStatus(IndexStatus indexStatus)
The index status.
indexStatus
- The index status.IndexStatus
public void setSchema(String schema)
Contains a value that specifies the type of indexing performed. Valid values are:
REGISTRY – Your thing index contains only registry data.
REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.
REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.
REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.
MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see GetIndexingConfiguration.
schema
- Contains a value that specifies the type of indexing performed. Valid values are:
REGISTRY – Your thing index contains only registry data.
REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.
REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.
REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.
MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see GetIndexingConfiguration.
public String getSchema()
Contains a value that specifies the type of indexing performed. Valid values are:
REGISTRY – Your thing index contains only registry data.
REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.
REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.
REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.
MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see GetIndexingConfiguration.
REGISTRY – Your thing index contains only registry data.
REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.
REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.
REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.
MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see GetIndexingConfiguration.
public DescribeIndexResult withSchema(String schema)
Contains a value that specifies the type of indexing performed. Valid values are:
REGISTRY – Your thing index contains only registry data.
REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.
REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.
REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.
MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see GetIndexingConfiguration.
schema
- Contains a value that specifies the type of indexing performed. Valid values are:
REGISTRY – Your thing index contains only registry data.
REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.
REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.
REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.
MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see GetIndexingConfiguration.
public String toString()
toString
in class Object
Object.toString()
public DescribeIndexResult clone()