@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDetachFromIndexResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a DetachFromIndex response operation.
| Constructor and Description |
|---|
BatchDetachFromIndexResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchDetachFromIndexResponse |
clone() |
boolean |
equals(Object obj) |
String |
getDetachedObjectIdentifier()
The
ObjectIdentifier of the object that was detached from the index. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDetachedObjectIdentifier(String detachedObjectIdentifier)
The
ObjectIdentifier of the object that was detached from the index. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchDetachFromIndexResponse |
withDetachedObjectIdentifier(String detachedObjectIdentifier)
The
ObjectIdentifier of the object that was detached from the index. |
public void setDetachedObjectIdentifier(String detachedObjectIdentifier)
The ObjectIdentifier of the object that was detached from the index.
detachedObjectIdentifier - The ObjectIdentifier of the object that was detached from the index.public String getDetachedObjectIdentifier()
The ObjectIdentifier of the object that was detached from the index.
ObjectIdentifier of the object that was detached from the index.public BatchDetachFromIndexResponse withDetachedObjectIdentifier(String detachedObjectIdentifier)
The ObjectIdentifier of the object that was detached from the index.
detachedObjectIdentifier - The ObjectIdentifier of the object that was detached from the index.public String toString()
toString in class ObjectObject.toString()public BatchDetachFromIndexResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.