@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachToIndexResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AttachToIndexResult() |
| Modifier and Type | Method and Description |
|---|---|
AttachToIndexResult |
clone() |
boolean |
equals(Object obj) |
String |
getAttachedObjectIdentifier()
The
ObjectIdentifier of the object that was attached to the index. |
int |
hashCode() |
void |
setAttachedObjectIdentifier(String attachedObjectIdentifier)
The
ObjectIdentifier of the object that was attached to the index. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AttachToIndexResult |
withAttachedObjectIdentifier(String attachedObjectIdentifier)
The
ObjectIdentifier of the object that was attached to the index. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAttachedObjectIdentifier(String attachedObjectIdentifier)
The ObjectIdentifier of the object that was attached to the index.
attachedObjectIdentifier - The ObjectIdentifier of the object that was attached to the index.public String getAttachedObjectIdentifier()
The ObjectIdentifier of the object that was attached to the index.
ObjectIdentifier of the object that was attached to the index.public AttachToIndexResult withAttachedObjectIdentifier(String attachedObjectIdentifier)
The ObjectIdentifier of the object that was attached to the index.
attachedObjectIdentifier - The ObjectIdentifier of the object that was attached to the index.public String toString()
toString in class ObjectObject.toString()public AttachToIndexResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.