@Generated(value="software.amazon.awssdk:codegen") public final class DeleteIndexResponse extends ResourceExplorer2Response implements ToCopyableBuilder<DeleteIndexResponse.Builder,DeleteIndexResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteIndexResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon resource name
(ARN) of the index that you successfully started the deletion process.
|
static DeleteIndexResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The date and time when you last updated this index.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteIndexResponse.Builder> |
serializableBuilderClass() |
IndexState |
state()
Indicates the current state of the index.
|
String |
stateAsString()
Indicates the current state of the index.
|
DeleteIndexResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon resource name (ARN) of the index that you successfully started the deletion process.
This operation is asynchronous. To check its status, call the GetIndex operation.
This operation is asynchronous. To check its status, call the GetIndex operation.
public final Instant lastUpdatedAt()
The date and time when you last updated this index.
public final IndexState state()
Indicates the current state of the index.
If the service returns an enum value that is not available in the current SDK version, state will return
IndexState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
IndexStatepublic final String stateAsString()
Indicates the current state of the index.
If the service returns an enum value that is not available in the current SDK version, state will return
IndexState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
IndexStatepublic DeleteIndexResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteIndexResponse.Builder,DeleteIndexResponse>toBuilder in class AwsResponsepublic static DeleteIndexResponse.Builder builder()
public static Class<? extends DeleteIndexResponse.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 © 2023. All rights reserved.