@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDetachFromIndexResponse.Builder> |
serializableBuilderClass() |
BatchDetachFromIndexResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchDetachFromIndexResponse.Builder,BatchDetachFromIndexResponse>
public static BatchDetachFromIndexResponse.Builder builder()
public static Class<? extends BatchDetachFromIndexResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.