@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetachFromIndexResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DetachFromIndexResult() |
| Modifier and Type | Method and Description |
|---|---|
DetachFromIndexResult |
clone() |
boolean |
equals(Object obj) |
String |
getDetachedObjectIdentifier()
The
ObjectIdentifier of the object that was detached from the index. |
int |
hashCode() |
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.
|
DetachFromIndexResult |
withDetachedObjectIdentifier(String detachedObjectIdentifier)
The
ObjectIdentifier of the object that was detached from the index. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 DetachFromIndexResult 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 DetachFromIndexResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.