@Generated(value="software.amazon.awssdk:codegen") public final class DescribeIndexResponse extends IotResponse implements ToCopyableBuilder<DescribeIndexResponse.Builder,DescribeIndexResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeIndexResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeIndexResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The index name.
|
IndexStatus |
indexStatus()
The index status.
|
String |
indexStatusAsString()
The index status.
|
String |
schema()
Contains a value that specifies the type of indexing performed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeIndexResponse.Builder> |
serializableBuilderClass() |
DescribeIndexResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String indexName()
The index name.
public final IndexStatus indexStatus()
The index status.
If the service returns an enum value that is not available in the current SDK version, indexStatus will
return IndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
indexStatusAsString().
IndexStatuspublic final String indexStatusAsString()
The index status.
If the service returns an enum value that is not available in the current SDK version, indexStatus will
return IndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
indexStatusAsString().
IndexStatuspublic final 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.
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.
public DescribeIndexResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeIndexResponse.Builder,DescribeIndexResponse>toBuilder in class AwsResponsepublic static DescribeIndexResponse.Builder builder()
public static Class<? extends DescribeIndexResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.