@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 String indexName()
The index name.
public 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 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 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.