@Generated(value="software.amazon.awssdk:codegen") public final class UpdateIndexTypeResponse extends ResourceExplorer2Response implements ToCopyableBuilder<UpdateIndexTypeResponse.Builder,UpdateIndexTypeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateIndexTypeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon resource name
(ARN) of the index that you updated.
|
static UpdateIndexTypeResponse.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 timestamp when the index was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateIndexTypeResponse.Builder> |
serializableBuilderClass() |
IndexState |
state()
Indicates the state of the request to update the index.
|
String |
stateAsString()
Indicates the state of the request to update the index.
|
UpdateIndexTypeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
IndexType |
type()
Specifies the type of the specified index after the operation completes.
|
String |
typeAsString()
Specifies the type of the specified index after the operation completes.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon resource name (ARN) of the index that you updated.
public final Instant lastUpdatedAt()
The date and timestamp when the index was last updated.
public final IndexState state()
Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.
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 state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.
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 IndexType type()
Specifies the type of the specified index after the operation completes.
If the service returns an enum value that is not available in the current SDK version, type will return
IndexType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
IndexTypepublic final String typeAsString()
Specifies the type of the specified index after the operation completes.
If the service returns an enum value that is not available in the current SDK version, type will return
IndexType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
IndexTypepublic UpdateIndexTypeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateIndexTypeResponse.Builder,UpdateIndexTypeResponse>toBuilder in class AwsResponsepublic static UpdateIndexTypeResponse.Builder builder()
public static Class<? extends UpdateIndexTypeResponse.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.