@Generated(value="software.amazon.awssdk:codegen") public class BatchDetachFromIndexResponse extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BatchDetachFromIndexResponse.Builder,BatchDetachFromIndexResponse>public static BatchDetachFromIndexResponse.Builder builder()
public static Class<? extends BatchDetachFromIndexResponse.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.