@Generated(value="software.amazon.awssdk:codegen") public final class BatchDetachFromIndexResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDetachFromIndexResponse.Builder,BatchDetachFromIndexResponse>
Represents the output of a DetachFromIndex response operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDetachFromIndexResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDetachFromIndexResponse.Builder |
builder() |
String |
detachedObjectIdentifier()
The
ObjectIdentifier of the object that was detached from the index. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDetachFromIndexResponse.Builder> |
serializableBuilderClass() |
BatchDetachFromIndexResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String detachedObjectIdentifier()
The ObjectIdentifier of the object that was detached from the index.
ObjectIdentifier of the object that was detached from the index.public BatchDetachFromIndexResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDetachFromIndexResponse.Builder,BatchDetachFromIndexResponse>public static BatchDetachFromIndexResponse.Builder builder()
public static Class<? extends BatchDetachFromIndexResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.